diff options
Diffstat (limited to 'template/admin/html/page/item.php')
-rw-r--r-- | template/admin/html/page/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/html/page/item.php b/template/admin/html/page/item.php index a19afa9..599e942 100644 --- a/template/admin/html/page/item.php +++ b/template/admin/html/page/item.php @@ -7,7 +7,7 @@ </div> </header> <blockquote cite="<?=$PAGE['URL']?>"> - <p><?=excerpt($PAGE['BODY']['HTML'])?></p> + <p><?=excerpt($PAGE['BODY']['HTML']())?></p> </blockquote> <?php if($PAGE['ARGV']): ?> |