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/post/item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/standard/html/post/item.php') 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 -- cgit v1.2.3