From 0de7f2536a488f990f7f075d60ddb58a99c52663 Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 12 Sep 2008 23:22:33 +0000 Subject: --- system/libraries/Typography.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/libraries') diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php index 27604421d..13b36dd64 100644 --- a/system/libraries/Typography.php +++ b/system/libraries/Typography.php @@ -245,6 +245,9 @@ class CI_Typography { * * Converts newline characters into either

tags or
* + * @access public + * @param string + * @return string */ function _format_newlines($str) { -- cgit v1.2.3-24-g4f1b