Fixed #557 - Hightlighting in Forum Search Results applied to HTML tags.

Highlighting is now done before parsing other special code. 

svn path=/trunk/boinc/; revision=16193
This commit is contained in:
Janus B. Kristensen 2008-10-12 17:11:19 +00:00
parent f2dda6f02c
commit 46711e4bc8
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ function output_transform($text, $options = NULL) {
if (!$options) {
$options = new output_options; // Defaults in the class definition
}
if ($options->htmlitems) {
//$text = htmlentities($text);
$text = htmlspecialchars($text);