Removed added newlines ("\n") from most form and html helper functions.
diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php
index 7a61055..c3f0fbc 100644
--- a/system/helpers/html_helper.php
+++ b/system/helpers/html_helper.php
@@ -274,7 +274,7 @@
 				}

 			}

 			

-			$link .= "/>\n";

+			$link .= "/>";

 		}

 		else

 		{

@@ -303,7 +303,7 @@
 				$link .= 'title="'.$title.'" ';

 			}

 			

-			$link .= '/>'."\n";

+			$link .= '/>'."";

 		}