]> pere.pagekite.me Git - text-madewithcc.git/commitdiff
Use same title capitalization in colophon as the title page.
authorPetter Reinholdtsen <pere@hungry.com>
Sat, 3 Mar 2018 06:03:07 +0000 (06:03 +0000)
committerPetter Reinholdtsen <pere@hungry.com>
Sat, 3 Mar 2018 06:03:07 +0000 (06:03 +0000)
fixup-docbook.rb

index 9981339d216f9a1d508e3def358c4a0c27a1649c..0ef6cf5e19e60bc3052e243e9e4ec13454eb81f2 100755 (executable)
@@ -102,7 +102,7 @@ log 0, 'replace colophon page with one for this edition'
  xml.xpath('//colophon/para').remove
 s = xml.xpath('//colophon')[0]
 s.first_element_child.after(<<'XML')
-<para>Made With Creative Commons</para>
+<para>Made with Creative Commons</para>
 
 <para>by Paul Stacey & Sarah Hinchliff Pearson</para>