diff options
Diffstat (limited to 'lib/tpl')
-rw-r--r-- | lib/tpl/dokuwiki/tpl_header.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/tpl/dokuwiki/tpl_header.php b/lib/tpl/dokuwiki/tpl_header.php index 1d2517ee1..f2e720308 100644 --- a/lib/tpl/dokuwiki/tpl_header.php +++ b/lib/tpl/dokuwiki/tpl_header.php @@ -1,7 +1,6 @@ <!-- ********** HEADER ********** --> <div id="dokuwiki__header"><div class="pad group"> - <?php html_msgarea() ?> <?php tpl_includeFile('header.html') ?> <div class="headings group"> @@ -77,5 +76,7 @@ </div> <?php endif ?> + <?php html_msgarea() ?> + <hr class="a11y" /> </div></div><!-- /header --> |