From 396a2a62006fd58d385d53e6b8cadd9d152abe76 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 5 Nov 2008 16:11:30 +0000 Subject: moved the newly added inline elements so the list would remain in alphabetical order, added corresponding changelog note --- system/libraries/Typography.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php index fad018fd3..6a0f2ec33 100644 --- a/system/libraries/Typography.php +++ b/system/libraries/Typography.php @@ -33,7 +33,7 @@ class CI_Typography { var $skip_elements = 'p|pre|ol|ul|dl|object|table'; // Tags we want the parser to completely ignore when splitting the string. - var $inline_elements = 'a|abbr|acronym|b|bdo|br|button|cite|code|del|dfn|em|i|img|ins|input|label|map|kbd|samp|select|span|strong|sub|sup|textarea|var|big|small|q|tt'; + var $inline_elements = 'a|abbr|acronym|b|bdo|big|br|button|cite|code|del|dfn|em|i|img|ins|input|label|map|kbd|q|samp|select|small|span|strong|sub|sup|textarea|tt|var'; // whether or not to protect quotes within { curly braces } var $protect_braced_quotes = FALSE; -- cgit v1.2.3-24-g4f1b