From 365940a9133f10283b5379348657e2afa69675c9 Mon Sep 17 00:00:00 2001 From: MrHyde Date: Wed, 5 Oct 2011 13:17:26 +0300 Subject: newline character ending for link_tag() function result --- system/helpers/html_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/helpers') diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index b64b60650..10a288e6a 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -365,7 +365,7 @@ if ( ! function_exists('link_tag')) $link .= '/>'; } - + $link .= "\n"; return $link; } -- cgit v1.2.3-24-g4f1b