View Single Post
Old 08-04-2016, 08:18 PM   #7
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,691
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Never seen anything like that before. I can't get Sigil to mess up the original either. If Sigil did it, then we don't have the whole picture.

But first let me take a stab and guess that you pasted your html into Book View?

When I paste your original code into an empty Book View tab (as plain text), I get this back out:

Code:
<head>
<title></title>
</head>
<body>
<p>&lt;head&gt;</p>
<p>&lt;meta content="text/css" http-equiv="Content-Style-Type"/&gt;</p>
<p>&lt;title&gt;Jennifer’s Magic: Book 1 — Vigilante&lt;/title&gt;</p>
<p>&lt;meta content="version 1.6.1" name="description"/&gt;</p>
<p>&lt;meta content="Cocoa HTML Writer" name="Generator"/&gt;</p>
<p>&lt;meta content="1038.36" name="CocoaVersion"/&gt;</p>
<p>&lt;link href="../Styles/styles.css" rel="stylesheet" type="text/css"/&gt;</p>
<p>&lt;/head&gt;</p>
</body>
Which is eerily similar to your result.

Granted, you don't have all the entities in yours, but the metadata is certainly being moved out of the head and into the body and the title emptied. Perhaps you cleaned up the entities a bit first?

Last edited by DiapDealer; 08-04-2016 at 08:33 PM.
DiapDealer is offline   Reply With Quote