From a070fa93883a8e708e7e54d120175abe211d14e3 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 14 Mar 2008 18:02:18 +0000 Subject: [PATCH] * (bug 13359) Double-escaping in Special:Allpages --- includes/SpecialAllpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) ) . " -- 2.20.1