]> git.mjollnir.org Git - moodle.git/commitdiff
<acronym> is an allowed tag
authormoodler <moodler>
Mon, 6 Oct 2003 18:09:27 +0000 (18:09 +0000)
committermoodler <moodler>
Mon, 6 Oct 2003 18:09:27 +0000 (18:09 +0000)
lib/weblib.php

index a32d378cc68e610cdf37ed863a6dfa11fa79956b..1011fa395b3400d7f430b15ead28a0e473bec1da 100644 (file)
@@ -37,7 +37,7 @@ define("FORMAT_HTML",   "1");   // Plain HTML (with some tags stripped)
 define("FORMAT_PLAIN",  "2");   // Plain text (even tags are printed in full)
 define("FORMAT_WIKI",   "3");   // Wiki-formatted text
 
-$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><em><sup><sub><address><cite><blockquote><pre><strike><embed><object><param>";
+$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><em><sup><sub><address><cite><blockquote><pre><strike><embed><object><param><acronym>";
 
 
 /// Functions