From 36f375fb40616319118edc51a0d747d33c2fc16a Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 12 Sep 2008 06:21:14 +0000 Subject: --- system/helpers/typography_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php index f0dd6fd90..2c5c588bc 100644 --- a/system/helpers/typography_helper.php +++ b/system/helpers/typography_helper.php @@ -84,7 +84,7 @@ if ( ! function_exists('auto_typography')) $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); } } -- cgit v1.2.3-24-g4f1b