commit | 365940a9133f10283b5379348657e2afa69675c9 | [log] [tgz] |
---|---|---|
author | MrHyde <mr.hyde@2bad.me> | Wed Oct 05 13:17:26 2011 +0300 |
committer | MrHyde <mr.hyde@2bad.me> | Wed Oct 05 13:17:26 2011 +0300 |
tree | 6316200e1fcc415d959d40734036b791062eb960 | |
parent | ec9bdecb9f8f4922a1c727ca7146a296421c327d [diff] |
newline character ending for link_tag() function result
diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index b64b606..10a288e 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php
@@ -365,7 +365,7 @@ $link .= '/>'; } - + $link .= "\n"; return $link; }