Use format_text to print text so that filters work

This commit is contained in:
moodler
2004-02-08 09:48:48 +00:00
parent 80e376a20d
commit 0437ab95c6
+1 -1
View File
@@ -64,7 +64,7 @@
/************ view **************************************************/
elseif ($action == 'view') {
print_simple_box( text_to_html($dialogue->intro) , "center");
print_simple_box( format_text($dialogue->intro) , "center");
echo "<br />";
// get some stats
$countneedingrepliesself = dialogue_count_needing_replies_self($dialogue, $USER);