summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-11-05 11:01:03 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-11-05 11:01:03 +0100
commit48531c1a7ae32f0b1e9ac711400a43b76b55dd81 (patch)
tree80e365d7c9540472dc1119ee5cbd1ec90b6b3eab
parent03192a087965e6927a4842e49f5fd825dedd350f (diff)
parentbc503c9312ba4c78581e67ed9ed6576a2ef26dac (diff)
Merge pull request #648 from daparky/release/2.1.0
Changelog HTML fix.
-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 9130bf1bd..de14c1d26 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -64,7 +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>
+ <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