commit | 36f375fb40616319118edc51a0d747d33c2fc16a | [log] [tgz] |
---|---|---|
author | Rick Ellis <rick.ellis@ellislab.com> | Fri Sep 12 06:21:14 2008 +0000 |
committer | Rick Ellis <rick.ellis@ellislab.com> | Fri Sep 12 06:21:14 2008 +0000 |
tree | aaa43645389db94797ada3611111ab0320415937 | |
parent | 142f8ed29c8b3c4f7e2959b151d4eeb19efcbd18 [diff] [blame] |
diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php index f0dd6fd..2c5c588 100644 --- a/system/helpers/typography_helper.php +++ b/system/helpers/typography_helper.php
@@ -84,7 +84,7 @@ $CI->typography->allow_js_event_handlers($allow_event_handlers); $CI->typography->reduce_empty_lines($reduce_empty_lines); - return $CI->typography->convert($str); + return $CI->typography->auto_typography($str); } }