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);

 	}

 }