diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-10-27 17:29:19 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-10-27 17:29:19 +0100 |
commit | c349c51427cd22fe60c2574dda233a300f5698a9 (patch) | |
tree | 8fa7def3d3d4cfdc0667101f13598c404337252d /user_guide | |
parent | 0efc4d331fa1e8212c0aa01bf9c220810d14f61c (diff) |
Fixed the regex matching that checks for user-submitted paragraph tags, it was incorrectly matching in cases like
<p></p><blockquote><p>
resulting in a removal of the paragraph tag from within the blockquote.
also tweaked some looping code to make it a hair more efficient
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
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: </p> <li>Fixed a bug in the MySQLi driver when no port is specified</li>
<li>Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.</li>
<li>Fixed a bug in which identifers were not being escaped properly when reserved characters were used.</li>
+ <li>Fixed a bug with the regular expression used to protect submitted paragraph tags in auto typography.</p>
</ul>
|