summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorkenjis <kenji@codeigniter.jp>2011-09-09 08:44:05 +0200
committerkenjis <kenji@codeigniter.jp>2011-09-09 08:44:05 +0200
commit68ee3db9defd9d3ec8b3b97e768863fd62c7cb6e (patch)
treebea6ef71ec1913a851d4efe445b07120bc1b1f4e /user_guide
parent0aaaeb071f9c5e795e5d3a39888c23cba5e8e738 (diff)
fix typo of HTML tags in user_guide/changelog.html
Diffstat (limited to 'user_guide')
-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 005237e20..7d79b4d22 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -179,7 +179,7 @@ Change Log
<li class="reactor">Fixed issue #199 - Attributes passed as string does not include a space between it and the opening tag.</li>
<li class="reactor">Fixed a bug where the method <kbd>$this->cart->total_items()</kbd> from <a href="libraries/cart.html">Cart Library</a> now returns the sum of the quantity of all items in the cart instead of your total count.</li>
<li class="reactor">Fixed a bug where not setting 'null' when adding fields in db_forge for mysql and mysqli drivers would default to NULL instead of NOT NULL as the docs suggest.</li>
- <li class="reactor">Fixed a bug where using <kbd>$this->db->select_max()</kdb>, <kbd>$this->db->select_min()</kdb>, etc could throw notices. Thanks to w43l for the patch.</li>
+ <li class="reactor">Fixed a bug where using <kbd>$this->db->select_max()</kbd>, <kbd>$this->db->select_min()</kbd>, etc could throw notices. Thanks to w43l for the patch.</li>
<li class="reactor">Replace checks for STDIN with php_sapi_name() == 'cli' which on the whole is more reliable. This should get parameters in crontab working.</li>
</ul>