aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/html
diff options
context:
space:
mode:
Diffstat (limited to 'root/template/html')
-rw-r--r--root/template/html6
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>