Use format_text to print text so that filters work
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user