summaryrefslogtreecommitdiffstats
path: root/template/standard/html/post/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/standard/html/post/item.php')
-rw-r--r--template/standard/html/post/item.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/post/item.php b/template/standard/html/post/item.php
index b02a018..f0c12d5 100644
--- a/template/standard/html/post/item.php
+++ b/template/standard/html/post/item.php
@@ -14,7 +14,7 @@
<time class="brackets info" datetime="<?=$POST['ATTR']['TIME_INSERT']?>"><?=parseDatetime($POST['ATTR']['TIME_INSERT'], $Language->template('date_format'))?></time>
</h2>
</header>
- <article>
+ <blockquote cite="<?=$POST['URL']?>">
<?=$POST['BODY']['HTML']?>
- </article>
+ </blockquote>
</li> \ No newline at end of file