diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-01-30 13:19:52 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-01-30 13:19:52 +0100 |
commit | 8f61766d1d9a6ee9e4d462cccaaf4753d46a71de (patch) | |
tree | eeda5da2da0878e6404d17aa38c1ee44d7cfe8da /user_guide/changelog.html | |
parent | 2db4a1a5ecfee6c0987681d812824996f1a3867b (diff) |
fixing some markup errors
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 02abd9bbb..d20dd2efb 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -166,12 +166,7 @@ Change Log <li>Fixed a bug (#2545) in <kbd>_html_entity_decode_callback()</kbd> when 'global_xss_filtering' is enabled.</li>
<li>Fixed a bug (#2668) in the <a href="./libraries/parser.html">parser class</a> where numeric data was ignored.</li>
<li>Fixed a bug (#2679) where the "previous" pagination link would get drawn on the first page.</li>
-</ul>
-
-
-
-
-<ul><li>Fixed a bug (#2702) in _object_to_array that broke some types of inserts and updates.</li>
+ <li>Fixed a bug (#2702) in _object_to_array that broke some types of inserts and updates.</li>
<li>Fixed a bug (#2732) in the SQLite driver for PHP 4.</li>
<li>Fixed a bug (#2754) in Pagination to scan for non-positive num_links.</li>
<li>Fixed a bug (#2762) in the <a href="./libraries/sessions.html">Session library</a> where user agent matching would fail on user agents ending with a space. </li>
@@ -201,8 +196,7 @@ Change Log <li>Fixed a bug (#3330) in the FTP class where a comparison wasn't getting made.</li>
<li>Removed an unused parameter from Profiler (#3332).</li>
<li>Fixed a bug in database driver where num_rows property wasn't getting updated.</li>
- </ul>
-<ul><li>Fixed a bug in the <a href="./libraries/file_uploading.html">upload library</a> when allowed_files wasn't defined.</li>
+ <li>Fixed a bug in the <a href="./libraries/file_uploading.html">upload library</a> when allowed_files wasn't defined.</li>
<li>Fixed a bug in <kbd>word_wrap()</kbd> of the Text Helper that incorrectly referenced an object. </li>
<li>Fixed a bug in <a href="./libraries/validation.html">Validation</a> where <kbd>valid_ip()</kbd> wasn't called properly.</li>
<li>Fixed a bug in <a href="./libraries/validation.html">Validation</a> where individual error messages for checkboxes wasn't supported.</li>
|