From 7850914276a90680fbb10404196132c8a843fa89 Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
Date: Tue, 11 Apr 2017 03:50:36 +0200
Subject: HTML5 <article> tags has been replaced by the more semantic correct
 <blockquote> tags with "cite" attribute.

---
 template/standard/html/user/item.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'template/standard/html/user/item.php')

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
-- 
cgit v1.2.3