diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-20 18:14:37 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 14:06:53 +0200 |
commit | af03562de89379f74a2f11a40f7913ca20ea49ba (patch) | |
tree | 004968110e997e2b5d719a9feeb73e3a31bfb944 /.templates | |
parent | ac9b8d5e444051986ab6be87394e3aa1ffb0ff09 (diff) |
Fix the CSS classes for copyright and license.
Diffstat (limited to '.templates')
-rw-r--r-- | .templates/page.tmpl | 4 |
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> |