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 81f6c8c..f2803fa 100644 --- a/template/standard/html/page/item.php +++ b/template/standard/html/page/item.php @@ -7,7 +7,7 @@ # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# ?> -<li class="item-list-li page"> +<article class="item"> <header> <h2> <a title="<?=$Language->text('select_page')?>: »<?=escapeHTML($PAGE['ATTR']['NAME'])?>«" href="<?=$PAGE['URL']?>"><?=escapeHTML($PAGE['ATTR']['NAME'])?></a> @@ -17,4 +17,4 @@ <blockquote cite="<?=$PAGE['URL']?>"> <p><?=excerpt($PAGE['BODY']['HTML'](), 600)?></p> </blockquote> -</li>
\ No newline at end of file +</article>
\ No newline at end of file |