From 3180d399f20d6e7bec41cf986cfbf8e1aafa3587 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 14 Sep 2017 23:51:36 +0200 Subject: Some markup optimizations has been made to both templates (the HTML5
element is more correct for the purpose of an item list, because real lists should only be used if the order of the items would change the meaning. This is not the case, because each item is a self-contained area which has nothing to do with the other items). --- template/standard/html/user/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/standard/html/user/list.php') diff --git a/template/standard/html/user/list.php b/template/standard/html/user/list.php index d95bd0c..ebc231d 100644 --- a/template/standard/html/user/list.php +++ b/template/standard/html/user/list.php @@ -10,10 +10,10 @@

text('user_overview')?>

text('user_overview_heading_desc', $PAGINATION['THIS'])?>

- + \ No newline at end of file -- cgit v1.2.3