diff options
Diffstat (limited to 'template/standard/html/post/main.php')
-rw-r--r-- | template/standard/html/post/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/standard/html/post/main.php b/template/standard/html/post/main.php index 5104ba9..22974dc 100644 --- a/template/standard/html/post/main.php +++ b/template/standard/html/post/main.php @@ -14,7 +14,7 @@ $time = "<time datetime=\"{$POST['ATTR']['TIME_INSERT']}\" title=\"".parseDateti <p><?=$Language->template('post_main_heading_desc', [$user, $time])?></p> <section id="content" class="post"> - <?=$POST['BODY']['HTML']?> + <?=$POST['BODY']['HTML']()?> </section> <section id="site-navi"> |