]> git.mjollnir.org Git - moodle.git/commitdiff
<em> tag added to the list of allowed tags
authormoodler <moodler>
Fri, 13 Jun 2003 06:57:42 +0000 (06:57 +0000)
committermoodler <moodler>
Fri, 13 Jun 2003 06:57:42 +0000 (06:57 +0000)
lib/weblib.php

index 1e085f7d09c16b0a75f324a2a39cd9e369851c4b..6ad0be91190582a69d87aa2be9ee6d55893a0b7e 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><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>";
 
 
 /// Functions