summaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index fc0094121..c683d72a2 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -8,7 +8,7 @@
</head>
<body>
-<div id="header">
+<div class="header">
<span>
<TMPL_LOOP NAME="PARENTLINKS">
<a href="<TMPL_VAR NAME=URL>"><TMPL_VAR NAME=PAGE></a>/
@@ -41,7 +41,6 @@
<TMPL_IF NAME="DISCUSSIONLINK">
<li><TMPL_VAR DISCUSSIONLINK><br /></li>
</TMPL_IF>
-
</ul>
</div>