Skip to content

Commit

Permalink
using ENT_QUOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Oct 26, 2015
1 parent d7ddc75 commit 142ce1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/html/html.php
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ public static function tooltipText($title = '', $content = '', $translate = 1, $
// Escape everything, if required.
if ($escape)
{
$result = htmlspecialchars($result, ENT_COMPAT, 'UTF-8');
$result = htmlspecialchars($result, ENT_QUOTES, 'UTF-8');
}
}

Expand Down

0 comments on commit 142ce1e

Please sign in to comment.