* Fix copyright and licence styling.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 20 Sep 2007 18:06:55 +0000 (18:06 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 20 Sep 2007 18:06:55 +0000 (18:06 +0000)
debian/changelog
templates/page.tmpl

index dd6238802dd3c8b2cc034b0c19666473dafb9561..7a164b83c552dfee5cdbd41d85806b6d66364648 100644 (file)
@@ -1,3 +1,9 @@
+ikiwiki (2.9) UNRELEASED; urgency=low
+
+  * Fix copyright and licence styling.
+
+ -- Joey Hess <joeyh@debian.org>  Thu, 20 Sep 2007 14:06:14 -0400
+
 ikiwiki (2.8) unstable; urgency=low
 
   * Redid the debian/copyright file, using the proposed new copyright file
index ebe31e7ee43f5187edab2f8974c41aa66e241d7e..a02345f89773019c796dccc65da7623643be3544 100644 (file)
@@ -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>