From c349c51427cd22fe60c2574dda233a300f5698a9 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Mon, 27 Oct 2008 16:29:19 +0000 Subject: Fixed the regex matching that checks for user-submitted paragraph tags, it was incorrectly matching in cases like

resulting in a removal of the paragraph tag from within the blockquote. also tweaked some looping code to make it a hair more efficient --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 7114702b4..5fab65f56 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -66,6 +66,7 @@ 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.

    -- cgit v1.2.3-24-g4f1b