should not call prepare text here anymore

This commit is contained in:
Mario Vavti 2015-05-24 14:57:01 +02:00
parent a332dfcf6b
commit 125cd5e32b

View file

@ -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']);