summaryrefslogtreecommitdiffstats
path: root/template/standard/html
diff options
context:
space:
mode:
Diffstat (limited to 'template/standard/html')
-rw-r--r--template/standard/html/page/item.php4
-rw-r--r--template/standard/html/post/item.php4
-rw-r--r--template/standard/html/user/item.php4
3 files changed, 6 insertions, 6 deletions
diff --git a/template/standard/html/page/item.php b/template/standard/html/page/item.php
index b3b4ebf..d0058e7 100644
--- a/template/standard/html/page/item.php
+++ b/template/standard/html/page/item.php
@@ -14,7 +14,7 @@
<time class="brackets info" datetime="<?=$PAGE['ATTR']['TIME_INSERT']?>"><?=parseDatetime($PAGE['ATTR']['TIME_INSERT'], $Language->template('date_format'))?></time>
</h2>
</header>
- <article>
+ <blockquote cite="<?=$PAGE['URL']?>">
<p><?=excerpt($PAGE['BODY']['HTML'], 600)?></p>
- </article>
+ </blockquote>
</li> \ No newline at end of file
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
diff --git a/template/standard/html/user/item.php b/template/standard/html/user/item.php
index 48a3e3e..65dce5b 100644
--- a/template/standard/html/user/item.php
+++ b/template/standard/html/user/item.php
@@ -14,7 +14,7 @@
<span class="info brackets"><?=escapeHTML($USER['ATTR']['USERNAME'])?></span>
</h2>
</header>
- <article>
+ <blockquote cite="<?=$USER['URL']?>">
<?=$USER['BODY']['HTML']?>
- </article>
+ </blockquote>
</li> \ No newline at end of file