]> git.mxchange.org Git - friendica.git/blobdiff - include/bbcode.php
Issue 1925 - display nickname@hostname.com
[friendica.git] / include / bbcode.php
index 2fcf6c3247a572a8404b78c97716799465427fc9..81536d37200fdd5083a38685c306282856f8d0cb 100644 (file)
@@ -1210,7 +1210,7 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = fal
        // start which is always required). Allow desc with a missing summary for compatibility.
 
        if((x($ev,'desc') || x($ev,'summary')) && x($ev,'start')) {
-               $sub = format_event_html($ev);
+               $sub = format_event_html($ev, $simplehtml);
 
                $Text = preg_replace("/\[event\-summary\](.*?)\[\/event\-summary\]/ism",'',$Text);
                $Text = preg_replace("/\[event\-description\](.*?)\[\/event\-description\]/ism",'',$Text);