From c507418db9a35ef11965cb9226e6f23f3b41b195 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 21 Jul 2008 11:58:56 +0000 Subject: Removed added newlines ("\n") from most form and html helper functions. --- system/helpers/html_helper.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/helpers/html_helper.php') diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index 7a61055f7..c3f0fbc29 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -274,7 +274,7 @@ if ( ! function_exists('link_tag')) } } - $link .= "/>\n"; + $link .= "/>"; } else { @@ -303,7 +303,7 @@ if ( ! function_exists('link_tag')) $link .= 'title="'.$title.'" '; } - $link .= '/>'."\n"; + $link .= '/>'.""; } -- cgit v1.2.3-24-g4f1b