oops, forgot to fix this

pull/1/head
Yusuke Shinyama 2010-12-23 21:31:15 +09:00
parent 6041443e0f
commit 88f75fad00
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ class XMLConverter(PDFConverter):
return
def write_header(self):
self.outfp.write('<?xml version="1.0" encoding="%s" ?>\n' % codec)
self.outfp.write('<?xml version="1.0" encoding="%s" ?>\n' % self.codec)
self.outfp.write('<pages>\n')
return