From: Jeroen De Dauw Date: Thu, 15 Sep 2011 16:07:40 +0000 (+0000) Subject: Follow up to r97128; X-Git-Tag: 1.31.0-rc.0~27637 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=3c4a3f16a029b470640c489e558858355eaacf2d;p=lhc%2Fweb%2Fwiklou.git Follow up to r97128; --- 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; } }