From 016ffbd752afcfbf5265d3f1334b35d548a17f62 Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 9 Aug 2006 19:31:09 +0000 Subject: [PATCH] Bug #4936 - Highlighting a question text fragment with different color; merged from MOODLE_16_STABLE --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index fbb8c57fcc..2e5ecbe447 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -86,7 +86,7 @@ $ALLOWED_TAGS = */ $ALLOWED_PROTOCOLS = array('http', 'https', 'ftp', 'news', 'mailto', 'rtsp', 'teamspeak', 'gopher', 'mms', 'color', 'callto', 'cursor', 'text-align', 'font-size', 'font-weight', 'font-style', - 'border', 'margin', 'padding'); // CSS as well to get through kses + 'border', 'margin', 'padding', 'background'); // CSS as well to get through kses /// Functions -- 2.39.5