diff options
Diffstat (limited to 'template/standard/html/page/item.php')
-rw-r--r-- | template/standard/html/page/item.php | 4 |
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 |