html.extract_annotations: Allow multiple footnote qualifiers. Use only ones accepted...
[librarian.git] / scripts / book2cover
index 6cda7b3..444563c 100755 (executable)
@@ -14,6 +14,7 @@ class Book2Cover(Book2Anything):
     ext = "jpg"
     uses_cover = True
     cover_optional = False
+
     transform_options = [
         Option('-W', '--width', action='store', type='int', dest='width', default=None,
                 help='Set width.'),