diff options
Diffstat (limited to 'template/standard/html/post/item.php')
-rw-r--r-- | template/standard/html/post/item.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/post/item.php b/template/standard/html/post/item.php index 7733e61..c4035cb 100644 --- a/template/standard/html/post/item.php +++ b/template/standard/html/post/item.php @@ -7,7 +7,7 @@ # # #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# ?> -<li class="item-list-li post"> +<article class="item"> <header> <h2> <a title="<?=$Language->text('select_post')?>: »<?=escapeHTML($POST['ATTR']['NAME'])?>«" href="<?=$POST['URL']?>"><?=escapeHTML($POST['ATTR']['NAME'])?></a> @@ -17,4 +17,4 @@ <blockquote cite="<?=$POST['URL']?>"> <?=$POST['BODY']['HTML']()?> </blockquote> -</li>
\ No newline at end of file +</article>
\ No newline at end of file |