diff options
-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> |