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:
Gauvain Pocentek 2014-10-30 15:42:17 +01:00
parent 842c98c4f7
commit 730e0ee250
1 changed files with 1 additions and 1 deletions

View File

@ -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}