diff options
Diffstat (limited to 'system/libraries')
-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>', |