Skip to content

Commit

Permalink
Merge pull request #34 from mngzir/patch-1
Browse files Browse the repository at this point in the history
Update Meta.php
  • Loading branch information
arcanedev-maroc authored Feb 11, 2018
2 parents 3802d8d + ca691bf commit e3acb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/Meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,6 @@ private function checkNameProperty(&$nameProperty)
*/
public function clean($value)
{
return htmlentities(strip_tags($value));
return htmlentities(strip_tags($value),ENT_QUOTES, 'UTF-8');
}
}

0 comments on commit e3acb7f

Please sign in to comment.