summaryrefslogtreecommitdiff
path: root/page.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-01-22 16:13:31 +0100
committerJonas Smedegaard <dr@jones.dk>2015-01-22 16:13:31 +0100
commit2426488f90fbadb4e3567d97d8c4990bd1d7eb2c (patch)
tree6d5c92b03c906e6eeb6a42f9fcf95130d339bd5c /page.tmpl
parentccc9866cc6e4f35386a654d5eb66a71029b238b6 (diff)
parent3840019b1b04d8e072bb9a0673aa495c67571a54 (diff)
Merge branch 'da' into h1title-dah1title-da
Conflicts (manually resolved): page.tmpl
Diffstat (limited to 'page.tmpl')
-rw-r--r--page.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/page.tmpl b/page.tmpl
index 3a16b11..d288263 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -134,7 +134,7 @@
<div id="pagebody">
-<TMPL_IF HTML5><section id="content"><TMPL_ELSE><div id="content"></TMPL_IF>
+<TMPL_IF HTML5><section id="content" role="main"><TMPL_ELSE><div id="content"></TMPL_IF>
<h1><TMPL_VAR TITLE></h1>
<TMPL_VAR CONTENT>
<TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF>
@@ -147,7 +147,7 @@
<TMPL_UNLESS DYNAMIC>
<TMPL_IF COMMENTS>
-<TMPL_IF HTML5><section id="comments"><TMPL_ELSE><div id="comments"></TMPL_IF>
+<TMPL_IF HTML5><section id="comments" role="complementary"><TMPL_ELSE><div id="comments"></TMPL_IF>
<TMPL_VAR COMMENTS>
<TMPL_IF ADDCOMMENTURL>
<div class="addcomment">
@@ -162,7 +162,7 @@
</div>
-<TMPL_IF HTML5><footer id="footer" class="pagefooter"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF>
+<TMPL_IF HTML5><footer id="footer" class="pagefooter" role="contentinfo"><TMPL_ELSE><div id="footer" class="pagefooter"></TMPL_IF>
<TMPL_UNLESS DYNAMIC>
<TMPL_IF HTML5><nav id="pageinfo"><TMPL_ELSE><div id="pageinfo"></TMPL_IF>