]> git.mjollnir.org Git - moodle.git/commitdiff
Bug #4936 - Highlighting a question text fragment with different color; merged from...
authorskodak <skodak>
Wed, 9 Aug 2006 19:31:09 +0000 (19:31 +0000)
committerskodak <skodak>
Wed, 9 Aug 2006 19:31:09 +0000 (19:31 +0000)
lib/weblib.php

index fbb8c57fcc0e90b8a85fc21a9053ebe2586e3e1d..2e5ecbe447b75ea37a14b42281a4348846e7496e 100644 (file)
@@ -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