diff options
Diffstat (limited to 'root/template')
-rw-r--r-- | root/template/html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/root/template/html b/root/template/html index d6efde9..a363870 100644 --- a/root/template/html +++ b/root/template/html @@ -13,8 +13,10 @@ </head> <body class="you"> [% PROCESS template/header %] - <div id="mgnavdoc">[% content %]</div> - [% PROCESS template/footer %] + <div id="mgnavdoc"> + [% content %] + [% PROCESS template/footer %] + </div> <script src="//nav.mageia.org/js/"></script> </body> </html> |