mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-16 12:35:31 +00:00
XW-2443 | use single quotes
This commit is contained in:
parent
a5eff3e363
commit
2c460700fe
|
@ -90,7 +90,7 @@ class PortableInfoboxParserTagController extends WikiaController {
|
||||||
$themeList = $this->getThemes( $params, $frame );
|
$themeList = $this->getThemes( $params, $frame );
|
||||||
$layout = $this->getLayout( $params );
|
$layout = $this->getLayout( $params );
|
||||||
|
|
||||||
return ( new PortableInfoboxRenderService() )->renderInfobox( $data, implode( " ", $themeList ), $layout );
|
return ( new PortableInfoboxRenderService() )->renderInfobox( $data, implode( ' ', $themeList ), $layout );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue