summaryrefslogtreecommitdiffstats
path: root/template/standard/html/post
diff options
context:
space:
mode:
Diffstat (limited to 'template/standard/html/post')
-rw-r--r--template/standard/html/post/item.php2
-rw-r--r--template/standard/html/post/main.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/post/item.php b/template/standard/html/post/item.php
index f0c12d5..19ff3f9 100644
--- a/template/standard/html/post/item.php
+++ b/template/standard/html/post/item.php
@@ -15,6 +15,6 @@
</h2>
</header>
<blockquote cite="<?=$POST['URL']?>">
- <?=$POST['BODY']['HTML']?>
+ <?=$POST['BODY']['HTML']()?>
</blockquote>
</li> \ No newline at end of file
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">