]> git.mjollnir.org Git - moodle.git/commitdiff
Extra parameter for robustness
authormoodler <moodler>
Wed, 14 Jan 2004 17:53:51 +0000 (17:53 +0000)
committermoodler <moodler>
Wed, 14 Jan 2004 17:53:51 +0000 (17:53 +0000)
user/view.php

index cd550ad3fb704c62a29cafcd6c1a7efeac8e2518..4b27087a4f063f0a64e4459efeafdc1affed532d 100644 (file)
@@ -85,7 +85,7 @@
     // Print the description
 
     if ($user->description) {
-        echo "<p>".format_text(clean_text($user->description))."</p><hr>";
+        echo "<p>".format_text(clean_text($user->description, FORMAT_MOODLE))."</p><hr>";
     }
 
     // Print all the little details in a list