| 
	
		
		
			
			 
				
				Sigil messing up Head
			 
			 
			
		
		
		
		
			
			Sigil suddenly decided that my perfectly correct head information needed to be wrecked. It changed this: 
 
<head> 
  <meta content="text/css" http-equiv="Content-Style-Type"/> 
  <title>Jennifer’s Magic: Book 1 — Vigilante</title> 
  <meta content="version 1.6.1" name="description"/> 
  <meta content="Cocoa HTML Writer" name="Generator"/> 
  <meta content="1038.36" name="CocoaVersion"/> 
  <link href="../Styles/styles.css" rel="stylesheet" type="text/css"/> 
</head> 
 
into this mess in the body: 
 
<head> 
  <title></title> 
</head> 
<body> 
(<meta content="text/css" http-equiv="Content-Style-Type"/> 
  <title>Jennifer’s Magic: Books 1–3</title> 
  <meta content="Cocoa HTML Writer" name="Generator"/> 
  <meta content="1038.36" name="CocoaVersion"/> 
  <meta content="version 2" name="description"/> 
  <link href="../Styles/styles.css" rel="stylesheet" type="text/css"/> 
 
When I fix the Head info, Sigil changes it back when I close the document. I have many previous versions of the document, and they all have the correct version. What whent wrong, and can I fix it? 
 
Sigil version 0.9.6 for Mac
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 |