VectorGOLEM/includes
Fomafix 82cbdb8111 Avoid empty class="" without value
Before this change the HTML contains:

<div id="p-personal" role="navigation" class="" ...>
or
<div id="p-personal" role="navigation" class=" emptyPortlet" ...>

After this change the HTML contains:

<div id="p-personal" role="navigation" ...>
or
<div id="p-personal" role="navigation" class="emptyPortlet" ...>

Change-Id: Ic686b958940afc958693d0031ac31e5f783960a9
2019-01-13 20:02:01 +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 Avoid empty class="" without value 2019-01-13 20:02:01 +01:00