summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index ebe31e7ee..a02345f89 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -89,14 +89,14 @@ Links:
</TMPL_IF>
<TMPL_IF COPYRIGHT>
-<div class="copyright">
+<div class="pagecopyright">
<a name="pagecopyright"></a>
<TMPL_VAR COPYRIGHT>
</div>
</TMPL_IF>
<TMPL_IF LICENSE>
-<div class="license">
+<div class="pagelicense">
<a name="pagelicense"></a>
License: <TMPL_VAR LICENSE>
</div>