commit | c349c51427cd22fe60c2574dda233a300f5698a9 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Mon Oct 27 16:29:19 2008 +0000 |
committer | Derek Jones <derek.jones@ellislab.com> | Mon Oct 27 16:29:19 2008 +0000 |
tree | 8fa7def3d3d4cfdc0667101f13598c404337252d | |
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