From a3219c72b2851b9892bf2100934e77f460486401 Mon Sep 17 00:00:00 2001 From: Wil Mahan Date: Thu, 23 Sep 2004 00:37:10 +0000 Subject: [PATCH] Remove a single space that breaks a parser test --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 9b40f6d303..45f1f2a230 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -364,7 +364,7 @@ class Skin { } if ( 1 == $wgUser->getOption( 'hover' ) ) { - $r .= ' title ="' . $nt->getEscapedText() . '"'; + $r .= ' title="' . $nt->getEscapedText() . '"'; } return $r; } -- 2.20.1