dn2osdbk: Fix string template
A missing 's' breaks the script when run with the '--toplevel chapter' option. Change-Id: I0d75c2a75c2e579432616235d35344269d361b0d
This commit is contained in:
parent
842c98c4f7
commit
730e0ee250
@ -201,7 +201,7 @@ class ChapterTransformer(BaseFolderTransformer):
|
||||
|
||||
<!-- WARNING: This file is automatically generated. Do not edit it. -->
|
||||
|
||||
<title>%(title)</title>
|
||||
<title>%(title)s</title>
|
||||
%(includes)s
|
||||
</chapter>''' % {'xml_id': xml_id, 'title': self.title, 'includes': includes}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user