From 3c4a3f16a029b470640c489e558858355eaacf2d Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Thu, 15 Sep 2011 16:07:40 +0000 Subject: [PATCH] Follow up to r97128; --- includes/Html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Html.php b/includes/Html.php index 35d570d20d..48cef6f6dd 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -535,6 +535,7 @@ class Html { # @todo FIXME: Is this really true? $map['<'] = '<'; } + $ret .= " $key=$quote" . strtr( $value, $map ) . $quote; } } -- 2.20.1