summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Barnes <eric@ericlbarnes.com>2011-08-25 17:38:47 +0200
committerEric Barnes <eric@ericlbarnes.com>2011-08-25 17:38:47 +0200
commit04a66c404c7a09325593fbbe089fb6e4a7d8dece (patch)
treeb57a1a6d27a367570a56dd9f83d22e1154bcc7b1
parent56673ff7121966bdbadee0903b874cb97de6b74b (diff)
parente716f585d5ffb5ef65279734672a39c1ecddac1e (diff)
Merge pull request #299 from purandi/develop
Fixed closing a tag on html_escape() function in changelog
-rw-r--r--user_guide/changelog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index e1a134def..d7a6c7e05 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -67,7 +67,7 @@ Change Log
<ul>
<li class="reactor">Callback validation rules can now accept parameters like any other validation rule.</li>
<li class="reactor">Ability to log certain error types, not all under a threshold.</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>
+ <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