From: Erik Moeller Date: Tue, 29 Jul 2003 02:39:13 +0000 (+0000) Subject: right click editing bug X-Git-Tag: 1.1.0~373 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=5783cd4458f58fc6cc40a82865d9d64f3dd46325;p=lhc%2Fweb%2Fwiklou.git right click editing bug --- diff --git a/includes/Skin.php b/includes/Skin.php index df9bf1a34f..82cb15c90e 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1741,7 +1741,7 @@ class Skin { global $wgTitle,$wgUser,$oldid; if($oldid) return $head; - $url = wfLocalUrlE($wgTitle->getPrefixedText(),"action=edit§ion=$section"); + $url = wfLocalUrlE(urlencode($wgTitle->getPrefixedText()),"action=edit§ion=$section"); return "{$head}"; }