From b5ce5aa366937163da47074ac1da430953d34660 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 6 Nov 2008 13:36:44 +0000 Subject: corrected a few docblock comments to accurately reflect return values removed some unneeded whitespace --- user_guide/changelog.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index f690c9194..cde5f436c 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -81,9 +81,10 @@ SVN Revision:

  • Fixed a bug in the MySQLi driver when no port is specified
  • Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.
  • Fixed a bug in which identifers were not being escaped properly when reserved characters were used.
  • -
  • Fixed a bug with the regular expression used to protect submitted paragraph tags in auto typography.

    +
  • Fixed a bug with the regular expression used to protect submitted paragraph tags in auto typography.
  • Fixed a bug where double dashes within tag attributes were being converted to em dash entities.
  • Fixed a bug where double spaces within tag attributes were being converted to non-breaking space entities.
  • +
  • Changed a few docblock comments to reflect actual return values.
  • -- cgit v1.2.3-24-g4f1b