]> git.mjollnir.org Git - moodle.git/commitdiff
Added nolink tag
authormoodler <moodler>
Thu, 16 Oct 2003 14:25:36 +0000 (14:25 +0000)
committermoodler <moodler>
Thu, 16 Oct 2003 14:25:36 +0000 (14:25 +0000)
lib/weblib.php

index d62961c94ce48ab85ab2eea7106f3730cfccf276..c994c3f0a328f691521332efe499df02b219fcc2 100644 (file)
@@ -37,7 +37,8 @@ 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><acronym>";
+$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><nolink>";
 
 
 /// Functions