summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorkenjis <kenji@codeigniter.jp>2011-08-25 03:51:44 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-10-28 16:08:00 +0200
commit55027807e4826dfe722598172ab7ffbd9dc0b48c (patch)
treefd9e3c4b10f34c02688cead2825920960fecaff7 /user_guide/changelog.html
parent426ff851c2164651228a9a9bc10869301b19dbcc (diff)
add html_escape() function to escape HTML.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 19e659f45..11a15370e 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -64,6 +64,7 @@ Change Log
<li>General Changes
<ul>
<li>Callback validation rules can now accept parameters like any other validation rule.</li>
+ <li class="reactor">Added html_escape() to the <a href="general/common_functions.html">Common functions<a> to escape HTML output for preventing XSS easliy.</li>
</ul>
</li>
<li>Helpers