diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-20 18:06:55 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-20 18:06:55 +0000 |
commit | 3cf42a466c46c59552726c82b4b4be281e54cdb4 (patch) | |
tree | d9c86e450b1981be30c4b9c750efe99157497832 /templates/page.tmpl | |
parent | a1bb69510a029e9b01f09458e9b26a2bc5c5606c (diff) | |
download | ikiwiki-3cf42a466c46c59552726c82b4b4be281e54cdb4.tar ikiwiki-3cf42a466c46c59552726c82b4b4be281e54cdb4.tar.gz |
* Fix copyright and licence styling.
Diffstat (limited to 'templates/page.tmpl')
-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 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> |