summaryrefslogtreecommitdiffstats
path: root/template/standard/html/page/item.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-04-11 03:50:36 +0200
committerThomas Lange <code@nerdmind.de>2017-04-11 03:50:36 +0200
commit7850914276a90680fbb10404196132c8a843fa89 (patch)
treec285922860d1154af6ccdbd3c8cdf3a412dc3798 /template/standard/html/page/item.php
parent8615695162fa67b02cbbc2acf46baefb752813ac (diff)
downloadblog-7850914276a90680fbb10404196132c8a843fa89.tar.gz
blog-7850914276a90680fbb10404196132c8a843fa89.tar.xz
blog-7850914276a90680fbb10404196132c8a843fa89.zip
HTML5 <article> tags has been replaced by the more semantic correct <blockquote> tags with "cite" attribute.
Diffstat (limited to 'template/standard/html/page/item.php')
-rw-r--r--template/standard/html/page/item.php4
1 files changed, 2 insertions, 2 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