diff options
author | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-11 22:13:25 +0200 |
---|---|---|
committer | Rick Ellis <rick.ellis@ellislab.com> | 2008-09-11 22:13:25 +0200 |
commit | 25319a35d0bb35bd260b06b4253f31c7a4323673 (patch) | |
tree | 4334e3e3b41ff9135caa420010fc3fc28b270e0d | |
parent | 16e3c8c1b9e60a1d534edd7744b91d6aab7327e7 (diff) |
-rw-r--r-- | system/libraries/Typography.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php index 9d28a7525..908f42032 100644 --- a/system/libraries/Typography.php +++ b/system/libraries/Typography.php @@ -143,7 +143,7 @@ class CI_Typography { // we will retain them instead of using our tags. '/(<p.*?>)<p>/' => '$1', // <?php BBEdit syntax coloring bug fix - // Reduce multiple paragraphs to a single one + // Reduce multiple instances of opening/closing paragraph tags to a single one '/(<\/p>)+/' => '</p>', '/(<p><p>)+/' => '<p>', |