From 46711e4bc8651b9613de1b4354ec29a33bf5b560 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sun, 12 Oct 2008 17:11:19 +0000 Subject: [PATCH] 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 --- html/inc/text_transform.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/html/inc/text_transform.inc b/html/inc/text_transform.inc index aed36f8d2b..36e923adbb 100644 --- a/html/inc/text_transform.inc +++ b/html/inc/text_transform.inc @@ -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);