Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Remove extra decoding of input
Browse files Browse the repository at this point in the history
No longer needed as the e() call was removed from Input::get
  • Loading branch information
Gerrit0 committed Jun 6, 2016
1 parent ad4d7c9 commit 7cc618c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions anchor/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ function parse($str, $markdown = true)
$str = str_replace($search, $replace, $str);
}

$str = html_entity_decode($str, ENT_NOQUOTES, System\Config::app('encoding'));

// Parse Markdown as well?
if ($markdown === true) {
$md = new Parsedown;
Expand Down

0 comments on commit 7cc618c

Please sign in to comment.