From 125cd5e32b537e2f3540a2b1c335fb62ad6a339e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 24 May 2015 14:57:01 +0200 Subject: should not call prepare text here anymore --- include/comanche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/comanche.php b/include/comanche.php index 9fe7dc255..fad499649 100644 --- a/include/comanche.php +++ b/include/comanche.php @@ -180,7 +180,7 @@ function comanche_block($s, $class = '') { if(trim($r[0]['body']) === '$content') { - $o .= prepare_text(get_app()->page['content'], get_app()->data['webpage'][0]['mimetype']); + $o .= get_app()->page['content']; } else { $o .= prepare_text($r[0]['body'], $r[0]['mimetype']); -- cgit v1.2.3