summaryrefslogtreecommitdiffstats
path: root/system/libraries/Typography.php
diff options
context:
space:
mode:
authorRick Ellis <rick.ellis@ellislab.com>2008-09-11 22:13:25 +0200
committerRick Ellis <rick.ellis@ellislab.com>2008-09-11 22:13:25 +0200
commit25319a35d0bb35bd260b06b4253f31c7a4323673 (patch)
tree4334e3e3b41ff9135caa420010fc3fc28b270e0d /system/libraries/Typography.php
parent16e3c8c1b9e60a1d534edd7744b91d6aab7327e7 (diff)
Diffstat (limited to 'system/libraries/Typography.php')
-rw-r--r--system/libraries/Typography.php2
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>',