Skip to content

Commit

Permalink
IDE put spaces there, and there shouldn't be any
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgrogan91 committed Oct 2, 2015
1 parent 00c85aa commit 7322d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ function be($value)

$value = htmlentities($value, ENT_QUOTES, 'UTF-8', false);
$value = str_replace('@', '@', $value);

return $value;
}
}
Expand Down

0 comments on commit 7322d24

Please sign in to comment.