summaryrefslogtreecommitdiff
path: root/.templates/page.tmpl
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-20 18:14:37 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-21 14:06:53 +0200
commitaf03562de89379f74a2f11a40f7913ca20ea49ba (patch)
tree004968110e997e2b5d719a9feeb73e3a31bfb944 /.templates/page.tmpl
parentac9b8d5e444051986ab6be87394e3aa1ffb0ff09 (diff)
Fix the CSS classes for copyright and license.
Diffstat (limited to '.templates/page.tmpl')
-rw-r--r--.templates/page.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/.templates/page.tmpl b/.templates/page.tmpl
index ebe31e7e..a02345f8 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>