Skip to content

Commit

Permalink
Added some more allowed HTML tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Oct 21, 2002
1 parent 2a3cda1 commit 840aaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/weblib.php
Expand Up @@ -61,7 +61,7 @@
"onmouseover=", "onmouseout=", "onmousedown=", "onmouseup=",
"onblur=", "onfocus=", "onload=", "onselect=");

$ALLOWED_TAGS = "<p><b><i><u><font><table><tbody><span><div><tr><td><ol><ul><dl><li><dt><dd><h1><h2><h3><hr><img><a>";
$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>";


/// Functions
Expand Down

0 comments on commit 840aaba

Please sign in to comment.