VectorGOLEM/includes
Fomafix c68a21e78a Remove space before Xml::expandAttributes()
Xml::expandAttributes() outputs a space at the beginning before it
outputs the attributs.
This change avoids a double space between the attributes.

Before this change the HTML contains:

  <a class="mw-wiki-logo" href="..."  title="...">

After this change the HTML contains:

  <a class="mw-wiki-logo" href="..." title="...">

Change-Id: I486d26bd56a4410766f40b78466c2f3559f3a1ff
2019-01-14 06:46:33 +01:00
..
Hooks.php Move class files to includes/ 2018-03-12 16:52:48 -07:00
ResourceLoaderLessModule.php Move class files to includes/ 2018-03-12 16:52:48 -07:00
SkinVector.php Add method scope visibility 2018-11-01 21:01:32 +01:00
VectorTemplate.php Remove space before Xml::expandAttributes() 2019-01-14 06:46:33 +01:00