From 8dcea3963abdd87c7a12378f33b6eb9a22890354 Mon Sep 17 00:00:00 2001 From: martin Date: Fri, 27 Sep 2002 14:48:25 +0000 Subject: [PATCH] Added a few more allowed HTML tags in plain text files.


--- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index b460e0aab7..5e99405f55 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -266,7 +266,7 @@ function cleantext($text) { // Given raw text (eg typed in by a user), this function cleans it up // and removes any nasty tags that could mess up Moodle pages. - return strip_tags($text, '
    • '); + return strip_tags($text, '

        • '); } -- 2.39.5