oasegips / sigil

Automatically exported from code.google.com/p/sigil
GNU General Public License v3.0
0 stars 0 forks source link

inserts <html xmlns="http://www.w3.org/1999/xhtml"> #2209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sigil insists on inserting this xmlns on closing

What steps will reproduce the problem?
1. Delete all occurences of <html xmlns="http://www.w3.org/1999/xhtml"> 
(replace with <html>
2. save all files
3. Notice that the changes have been made.
4. Close the book.
5. Reopen to discover that the unwanted code has returned.
...

What is the expected output? What do you see instead?

If the unwanted code is not there after saving, it should not reappear on 
re-opening

What version of the product are you using? On what operating system?
Sigil 7.2 Lates Mac OS X

Please provide any additional information below. If your source file is
required to fully understand the problem, please attach it to this issue.
Read the ReportingIssues wiki page before
submitting!

Original issue reported on code.google.com by jmon...@UNET2.net on 27 Apr 2013 at 9:51

GoogleCodeExporter commented 9 years ago
<html> is not valid for epub 2. Sigil is an epub 2 editor.

Original comment by john@nachtimwald.com on 28 Apr 2013 at 1:07