diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-01-22 16:14:55 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-01-22 16:14:55 +0100 |
commit | e97919eb9d8d3c1f6258752f19979bf284bac608 (patch) | |
tree | be104e070a2978ef9cf151caa8e378bea282d456 | |
parent | 7c7037c6eb652bdb6f894e6d996c3ed9bbd7bc13 (diff) | |
parent | 676037fd99d9e6a4dc071fc962f05cf20d8c7341 (diff) |
Merge branch 'ikiwiki' into langsbottomlangsbottom
-rw-r--r-- | aggregatepost.tmpl | 2 | ||||
-rw-r--r-- | googleform.tmpl | 2 | ||||
-rw-r--r-- | page.tmpl | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/aggregatepost.tmpl b/aggregatepost.tmpl index a89ccfc..5a0f6e7 100644 --- a/aggregatepost.tmpl +++ b/aggregatepost.tmpl @@ -12,7 +12,7 @@ [[!meta copyright="<TMPL_VAR COPYRIGHT ESCAPE=HTML>"]] </TMPL_IF> <TMPL_IF AUTHOR> -[[!meta author="<TMPL_VAR NAME ESCAPE=HTML>: <TMPL_VAR AUTHOR ESCAPE=HTML>"]] +[[!meta author="<TMPL_VAR AUTHOR ESCAPE=HTML> (<TMPL_VAR NAME ESCAPE=HTML>)"]] <TMPL_ELSE> [[!meta author="<TMPL_VAR NAME ESCAPE=HTML>"]] </TMPL_IF> diff --git a/googleform.tmpl b/googleform.tmpl index 9468e06..b1c3078 100644 --- a/googleform.tmpl +++ b/googleform.tmpl @@ -1,5 +1,5 @@ -<form method="get" action="http://www.google.com/search" id="searchform"> +<form method="get" action="https://www.google.com/search" id="searchform"> <div> <input name="sitesearch" value="<TMPL_VAR URL>" type="hidden" /> <input name="q" value="" id="searchbox" size="16" maxlength="255" type="text" @@ -117,7 +117,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> <TMPL_VAR CONTENT> <TMPL_IF HTML5></section><TMPL_ELSE></div></TMPL_IF> @@ -129,7 +129,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"> @@ -144,7 +144,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> |