From: Gabriel Wicke Date: Wed, 9 Jun 2004 15:15:39 +0000 (+0000) Subject: small bug in " -\> ' conversion X-Git-Tag: 1.5.0alpha1~2970 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=571840c19c0a2a3c11e49a3cf8676584abbbb65a;p=lhc%2Fweb%2Fwiklou.git small bug in " -\> ' conversion --- diff --git a/includes/Skin.php b/includes/Skin.php index 3e6711dbbd..fa569d9466 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -2607,7 +2607,7 @@ class Skin { return $head; } $url = $wgTitle->escapeLocalURL( 'action=edit§ion='.$section ); - return ''.$head.''; + return ''.$head.''; } function editSectionLink( $section ) {