diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/helpers/typography_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php index b57ec6c2c..93a887dbe 100644 --- a/system/helpers/typography_helper.php +++ b/system/helpers/typography_helper.php @@ -88,7 +88,7 @@ function auto_typography($str) class Auto_typography {
// Block level elements that should not be wrapped inside <p> tags
- var $block_elements = 'div|blockquote|pre|code|h\d|script|ol|un';
+ var $block_elements = 'div|blockquote|pre|code|h\d|script|ol|ul';
// Elements that should not have <p> and <br /> tags within them.
var $skip_elements = 'pre|ol|ul';
|