mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1460395 [FB2 wrong element order](https://bugs.launchpad.net/calibre/+bug/1460395)
This commit is contained in:
parent
a0d06b48e9
commit
e6de0db19d
@ -204,8 +204,8 @@ class FB2MLizer(object):
|
|||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</document-info>
|
</document-info>
|
||||||
<publish-info>
|
<publish-info>
|
||||||
%(year)s
|
|
||||||
%(publisher)s
|
%(publisher)s
|
||||||
|
%(year)s
|
||||||
%(isbn)s
|
%(isbn)s
|
||||||
</publish-info>
|
</publish-info>
|
||||||
</description>\n''') % metadata
|
</description>\n''') % metadata
|
||||||
|
Loading…
x
Reference in New Issue
Block a user