diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-05 11:01:03 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-05 11:01:03 +0100 |
commit | 48531c1a7ae32f0b1e9ac711400a43b76b55dd81 (patch) | |
tree | 80e365d7c9540472dc1119ee5cbd1ec90b6b3eab | |
parent | 03192a087965e6927a4842e49f5fd825dedd350f (diff) | |
parent | bc503c9312ba4c78581e67ed9ed6576a2ef26dac (diff) |
Merge pull request #648 from daparky/release/2.1.0
Changelog HTML fix.
-rw-r--r-- | user_guide/changelog.html | 2 |
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 |