Skip to content

Commit

Permalink
One line to fix the script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHaCkEr authored May 28, 2017
1 parent ab2d874 commit 04d5f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getify.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def generate(html_files, novelname, author, chaptername, chapter_s, chapter_e):
xmlns="http://www.idpf.org/2007/opf">
<metadata>
%(metadata)s
<metadata/>
</metadata>
<manifest>
%(manifest)s
</manifest>
Expand Down Expand Up @@ -139,7 +139,7 @@ def generate(html_files, novelname, author, chaptername, chapter_s, chapter_e):
#Generates a Table of Contents + lost strings
toc_start = '''<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html>
<html xmlns="http://www.daisy.org/z3986/2005/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>%(novelname)s</title>
</head>
Expand Down

0 comments on commit 04d5f5c

Please sign in to comment.