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