From 6011f2d2f496754c8f493923898e65a2c86bfb06 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Wed, 2 May 2012 15:34:27 +0300 Subject: [PATCH] Removing unnecessary space from the end of the page heading. Addresses a comment Fomafix made at http://www.mediawiki.org/wiki/Special:Code/MediaWiki/105870#c32772 Change-Id: Ic9887a079734b28155f46ffaeedec02ff8ad81ca --- skins/Vector.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/skins/Vector.php b/skins/Vector.php index d1b51a688e..404bbe7d4b 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -134,9 +134,7 @@ class VectorTemplate extends BaseTemplate { -

- html( 'title' ) ?> -

+

html( 'title' ) ?>

-- 2.20.1