shithub: epublish

Download patch

ref: b6e0c25f3e1cfc89399fcb1611e463de55d0fa96
parent: 9b5b3b2ceb13f4d89041c21d7c645ed3b8b5081b
author: sirjofri <sirjofri@sirjofri.de>
date: Thu Sep 9 07:05:49 EDT 2021

fixes prefix

--- a/txt2ebook
+++ b/txt2ebook
@@ -15,7 +15,7 @@
 BEGIN {
 	print "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
 	print "<html xmlns=\"http://www.w3.org/1999/xhtml\""
-	print "      xmlns:ops=\"http://www.idpf.org/2007/ops\""
+	print "      xmlns:epub=\"http://www.idpf.org/2007/ops\""
 	print "      xml:lang=\"en\">"
 	print "<!-- end defs -->"
 }