aboutsummaryrefslogtreecommitdiff
path: root/templates/inlinepage.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-15 00:38:30 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-09-15 00:38:30 +0000
commit50e5e6a5d4faaf43ac97020ee9fb1bd3bd6005c9 (patch)
tree0a8a6315be36d5c3f70b8f6f4696f9b5656f9815 /templates/inlinepage.tmpl
parent9dc796737f2845c143a91a949ab1ea4526a2a1da (diff)
downloadikiwiki-50e5e6a5d4faaf43ac97020ee9fb1bd3bd6005c9.tar
ikiwiki-50e5e6a5d4faaf43ac97020ee9fb1bd3bd6005c9.tar.gz
basic styling for license and copyright
Diffstat (limited to 'templates/inlinepage.tmpl')
-rw-r--r--templates/inlinepage.tmpl4
1 files changed, 2 insertions, 2 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>