diff options
Diffstat (limited to 'template/standard/html/post/main.php')
-rw-r--r-- | template/standard/html/post/main.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/post/main.php b/template/standard/html/post/main.php index 709e719..e91fa4e 100644 --- a/template/standard/html/post/main.php +++ b/template/standard/html/post/main.php @@ -13,9 +13,9 @@ $time = "<time datetime=\"{$POST['ATTR']['TIME_INSERT']}\" title=\"".parseDateti <h1><i class="fa fa-newspaper-o"></i><?=escapeHTML($POST['ATTR']['NAME'])?></h1> <p><?=$Language->text('post_main_heading_desc', [$user, $time])?></p> -<section id="content" class="post"> +<div id="content" class="post"> <?=$POST['BODY']['HTML']()?> -</section> +</div> <section id="site-navi"> |