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: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?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; } }