Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Logsdon <logsdon.joshua@gmail.com>
  • Loading branch information
logsdon committed Mar 25, 2015
1 parent 993e340 commit 362ff3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/core/Common.php
Expand Up @@ -741,7 +741,6 @@ function remove_invisible_characters($str, $url_encoded = TRUE)
*/
function html_escape($var, $double_encode = TRUE)
{
// If empty, skip escaping
if (empty($var))
{
return $var;
Expand Down

0 comments on commit 362ff3a

Please sign in to comment.