Skip to content

Commit

Permalink
decodeHtmlEntity added
Browse files Browse the repository at this point in the history
  • Loading branch information
devtoolboxuk committed Sep 19, 2019
1 parent 980820e commit 96bd8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers/Sanitise.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function disinfect($data, $type = 'special_chars', $stringLength = -1)

$this->is_valid = $filterResult->isValid();
$this->output = $filterResult->getResult();
return $this->output;
return $this->decodeHtmlEntity($this->output);
}


Expand Down

0 comments on commit 96bd8e5

Please sign in to comment.