diff options
Diffstat (limited to 'template/standard/html/page')
-rw-r--r-- | template/standard/html/page/item.php | 2 | ||||
-rw-r--r-- | template/standard/html/page/main.php | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/template/standard/html/page/main.php b/template/standard/html/page/main.php index 621b939..3b62571 100644 --- a/template/standard/html/page/main.php +++ b/template/standard/html/page/main.php @@ -14,7 +14,7 @@ $time = "<time datetime=\"{$PAGE['ATTR']['TIME_INSERT']}\" title=\"".parseDateti <p><?=$Language->template('page_main_heading_desc', [$user, $time])?></p> <section id="content" class="page"> - <?=$PAGE['BODY']['HTML']?> + <?=$PAGE['BODY']['HTML']()?> </section> <section id="site-navi"> |