summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorJoffrey Jaffeux <j.jaffeux@gmail.com>2012-06-06 20:16:01 +0200
committerJoffrey Jaffeux <j.jaffeux@gmail.com>2012-06-06 20:16:01 +0200
commit7da3c558779a533758ff36444dd4392b1056ad39 (patch)
tree8d8f2ab166ab33fd0618bf7ecc8dc9a8845b8b59 /user_guide_src
parent1ab6f6520ebfc016c49cfbe3a4d9d009be5da268 (diff)
parent296ab9a06e3c648de56861ad67581236a6dae71a (diff)
Merge https://github.com/EllisLab/CodeIgniter into valid-ipv6
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 0b987b1be..211e9acc9 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -233,6 +233,7 @@ Bug fixes for 3.0
- Fixed a bug (#1411) - the :doc:`Email library <libraries/email>` used its own short list of MIMEs instead the one from config/mimes.php.
- Fixed a bug where the magic_quotes_runtime setting wasn't turned off for PHP 5.3 (where it is indeed deprecated, but not non-existent).
- Fixed a bug (#666) - :doc:`Output library <libraries/output>`'s set_content_type() method didn't set the document charset.
+- Fixed a bug (#1374) - :doc:`Table Library <libraries/table>` was generating an extra td tag at the start of the tr.
Version 2.1.1
=============