From: Brion Vibber Date: Fri, 14 Mar 2008 18:02:18 +0000 (+0000) Subject: * (bug 13359) Double-escaping in Special:Allpages X-Git-Tag: 1.31.0-rc.0~49102 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=a070fa93883a8e708e7e54d120175abe211d14e3;p=lhc%2Fweb%2Fwiklou.git * (bug 13359) Double-escaping in Special:Allpages --- diff --git a/includes/SpecialAllpages.php b/includes/SpecialAllpages.php index 8f7c660c44..9f5cf834b8 100644 --- a/includes/SpecialAllpages.php +++ b/includes/SpecialAllpages.php @@ -73,7 +73,7 @@ function namespaceForm ( $namespace = NS_MAIN, $from = '' ) { Xml::label( wfMsg( $this->nsfromMsg ), 'nsfrom' ) . " " . - Xml::input( 'from', 20, htmlspecialchars ( $from ), array( 'id' => 'nsfrom' ) ) . + Xml::input( 'from', 20, $from, array( 'id' => 'nsfrom' ) ) . "