]> pere.pagekite.me Git - text-madewithcc.git/blobdiff - fixup-docbook.rb
Translated using Weblate (Norwegian Bokmål)
[text-madewithcc.git] / fixup-docbook.rb
index 5de33e71ca8d4452c32430f433d0da48f64641a0..0d3b5ccba597519c1f2305ba1386527f38ecc32a 100755 (executable)
@@ -138,6 +138,9 @@ Kickstarter.com platform.</para>
 
 XML
 
+log 0, 'remove title from colophon'
+xml.css('colophon title')[0].content = ""
+
 log 0, 'change CC logo images to informalfigure'
 xml.css('figure mediaobject imageobject imagedata[width="40.0%"]').each do |id|
   f = id.parent.parent.parent