mitshel / sopds

Simple opds catalog
http://www.sopds.ru/
Other
211 stars 80 forks source link

Ошибка формирования xml #9

Closed qMBQx8GH closed 9 years ago

qMBQx8GH commented 9 years ago

вот исправление:

--- a/py/sopdstempl.py
+++ b/py/sopdstempl.py
@@ -151,7 +151,7 @@ class opdsTemplate():
 #                                     '<link type="application/atom+xml" rel="alternate" href="%(modulepath)s?id=%(link_id)s%(nl)s"/>'
                                )
        self.document_entry_nav_info=('<content type="text">%(e_nav_info)s</content>')
-       self.document_entry_nav_finish='</entry>>'
+       self.document_entry_nav_finish='</entry>'

        self.document_entry_acq_start='<entry>'
        self.document_entry_acq_link_start=''
mitshel commented 9 years ago

Спасибо, поправил.