diff options
author | daparky <daparky21@googlemail.com> | 2011-11-04 21:13:26 +0100 |
---|---|---|
committer | daparky <daparky21@googlemail.com> | 2011-11-04 21:13:26 +0100 |
commit | bc503c9312ba4c78581e67ed9ed6576a2ef26dac (patch) | |
tree | 80e365d7c9540472dc1119ee5cbd1ec90b6b3eab | |
parent | 03192a087965e6927a4842e49f5fd825dedd350f (diff) |
The link to common functions wasn't closed properly under the 'Added html_escape() to the Common functions' change.
-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 |