Restrict <abbr> formatting to where a title attribute is present
[lhc/web/wiklou.git] / includes / parser / ParserOutput.php
index 5cb70cb..9519de9 100644 (file)
@@ -284,7 +284,7 @@ class ParserOutput extends CacheTime {
        }
 
        public function addModules( $modules ) {
-               $this->mModules = array_merge( $this->mModules, (array) $modules );
+               $this->mModules = array_merge( $this->mModules, (array)$modules );
        }
 
        public function addModuleScripts( $modules ) {