aboutsummaryrefslogtreecommitdiffstats
path: root/template/standard/html/page
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-09-02 15:37:19 +0200
committerThomas Lange <code@nerdmind.de>2017-09-02 15:37:19 +0200
commit4addfb603e88642674003469c147eb8d5debbd96 (patch)
treeabae2ac6055699228dac09b7555a8cd91fb53aa1 /template/standard/html/page
parentc503f83d169fe15e10e2d97fd4ece9cdc884e436 (diff)
downloadblog-4addfb603e88642674003469c147eb8d5debbd96.tar.gz
blog-4addfb603e88642674003469c147eb8d5debbd96.tar.xz
blog-4addfb603e88642674003469c147eb8d5debbd96.zip
Multiple <section> elements were replaced by simple <div> elements. If a container element is only used for the CSS and has no semantic meaning, then a <section> element is definitely wrong for this purpose.
Diffstat (limited to 'template/standard/html/page')
-rw-r--r--template/standard/html/page/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/page/main.php b/template/standard/html/page/main.php
index cfe26fd..aa2a5a0 100644
--- a/template/standard/html/page/main.php
+++ b/template/standard/html/page/main.php
@@ -13,9 +13,9 @@ $time = "<time datetime=\"{$PAGE['ATTR']['TIME_INSERT']}\" title=\"".parseDateti
<h1><i class="fa fa-file-text-o"></i><?=escapeHTML($PAGE['ATTR']['NAME'])?></h1>
<p><?=$Language->text('page_main_heading_desc', [$user, $time])?></p>
-<section id="content" class="page">
+<div id="content" class="page">
<?=$PAGE['BODY']['HTML']()?>
-</section>
+</div>
<section id="site-navi">