aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/inlinepage.tmpl4
-rw-r--r--templates/page.tmpl4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl
index ad5e15425..a736dacb5 100644
--- a/templates/inlinepage.tmpl
+++ b/templates/inlinepage.tmpl
@@ -31,13 +31,13 @@ Tags:
</TMPL_IF>
<TMPL_IF COPYRIGHT>
-<div class="copyright">
+<div class="pagecopyright">
<TMPL_VAR COPYRIGHT>
</div>
</TMPL_IF>
<TMPL_IF LICENSE>
-<div class="license">
+<div class="pagelicense">
License: <TMPL_VAR LICENSE>
</div>
</TMPL_IF>
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 3281ac701..ebe31e7ee 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -90,14 +90,14 @@ Links:
<TMPL_IF COPYRIGHT>
<div class="copyright">
-<a name="page_copyright"></a>
+<a name="pagecopyright"></a>
<TMPL_VAR COPYRIGHT>
</div>
</TMPL_IF>
<TMPL_IF LICENSE>
<div class="license">
-<a name="page_license"></a>
+<a name="pagelicense"></a>
License: <TMPL_VAR LICENSE>
</div>
</TMPL_IF>