From 39835a50277965f77322d5af30123100d2e1b694 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 11 Jan 2009 22:32:36 +0000 Subject: Update Kohana to r3890 --- kohana/helpers/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kohana/helpers') diff --git a/kohana/helpers/html.php b/kohana/helpers/html.php index d1f09612..37f80ae3 100644 --- a/kohana/helpers/html.php +++ b/kohana/helpers/html.php @@ -419,7 +419,7 @@ class html_Core { $compiled = ''; foreach ($attrs as $key => $val) { - $compiled .= ' '.$key.'="'.$val.'"'; + $compiled .= ' '.$key.'="'.html::specialchars($val).'"'; } return $compiled; -- cgit v1.2.3