XW-2443 | use single quotes

This commit is contained in:
Igor Rogatty 2016-12-28 13:20:21 +01:00 committed by GitHub
parent a5eff3e363
commit 2c460700fe

View file

@ -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 );
} }
/** /**