diff options
Diffstat (limited to 'template/standard/html/post/item.php')
-rw-r--r-- | template/standard/html/post/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/standard/html/post/item.php b/template/standard/html/post/item.php index f0c12d5..19ff3f9 100644 --- a/template/standard/html/post/item.php +++ b/template/standard/html/post/item.php @@ -15,6 +15,6 @@ </h2> </header> <blockquote cite="<?=$POST['URL']?>"> - <?=$POST['BODY']['HTML']?> + <?=$POST['BODY']['HTML']()?> </blockquote> </li>
\ No newline at end of file |