]> git.mjollnir.org Git - moodle.git/commitdiff
Allow STRIKE tag
authormoodler <moodler>
Mon, 30 Dec 2002 13:02:21 +0000 (13:02 +0000)
committermoodler <moodler>
Mon, 30 Dec 2002 13:02:21 +0000 (13:02 +0000)
lib/weblib.php

index dfe6b14b243ab6971b37acc19ae78cce5fce1d00..4d3f0a4bff7ae4fe815165cb70765357723320b8 100644 (file)
@@ -84,7 +84,7 @@ $JAVASCRIPT_TAGS = array("javascript:", "onclick=", "ondblclick=", "onkeydown=",
                          "onmouseover=", "onmouseout=", "onmousedown=", "onmouseup=",
                          "onblur=", "onfocus=", "onload=", "onselect=");
 
-$ALLOWED_TAGS = "<p><br><b><i><u><font><table><tbody><span><div><tr><td><ol><ul><dl><li><dt><dd><h1><h2><h3><h4><h5><h6><hr><img><a><strong><emphasis><sup><sub><address><cite><blockquote><pre>";
+$ALLOWED_TAGS = "<p><br><b><i><u><font><table><tbody><span><div><tr><td><ol><ul><dl><li><dt><dd><h1><h2><h3><h4><h5><h6><hr><img><a><strong><emphasis><sup><sub><address><cite><blockquote><pre><strike>";
 
 
 /// Functions