Follow-up Ia0cc9612d: Fix unexpected leading whitespace in Skin HTML
authorTimo Tijhof <krinklemail@gmail.com>
Sun, 27 Apr 2014 16:02:06 +0000 (18:02 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Sun, 27 Apr 2014 16:02:06 +0000 (18:02 +0200)
Change-Id: Id78b5728f39a7959ba8ff626a2761c39e6a42782

skins/Modern.php
skins/Vector.php

index dd125e9..d1d11c3 100644 (file)
@@ -198,7 +198,9 @@ class ModernTemplate extends MonoBookTemplate {
                </div>
 
                <?php $this->printTrail(); ?>
-               </body></html>
+
+       </body>
+</html>
                <?php
                wfRestoreWarnings();
        } // end of execute() method
index a8d3477..0fad5cc 100644 (file)
@@ -321,8 +321,8 @@ class VectorTemplate extends BaseTemplate {
                </div>
                <?php $this->printTrail(); ?>
 
-               </body>
-               </html>
+       </body>
+</html>
        <?php
        }