removing stray quotes
diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php
index c3f0fbc..6d74c6d 100644
--- a/system/helpers/html_helper.php
+++ b/system/helpers/html_helper.php
@@ -303,7 +303,7 @@
 				$link .= 'title="'.$title.'" ';

 			}

 			

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

+			$link .= '/>';

 		}