diff doc/manual/manual_tex4ht.cfg @ 71:edc2afc17aa0

- more html doc work
author cslag
date Mon, 07 Mar 2016 01:45:36 +0100
parents 33c333ec5ad2
children 2b89d8497aad
line wrap: on
line diff
--- a/doc/manual/manual_tex4ht.cfg	Sun Mar 06 23:30:44 2016 +0100
+++ b/doc/manual/manual_tex4ht.cfg	Mon Mar 07 01:45:36 2016 +0100
@@ -35,7 +35,7 @@
 \Configure{VERSION}{}
 \Configure{DOCTYPE}{\HCode{<!DOCTYPE html>\Hnewline}}
 \Configure{HTML}{\HCode{<html>\Hnewline}}{\HCode{\Hnewline</html>}}
-\Configure{BODY}{\HCode{<body><div class="mainDiv">\Hnewline}}{\HCode{\Hnewline</div></body>}}
+\Configure{BODY}{\HCode{\Hnewline<body>\Hnewline<div class="mainDiv">\Hnewline}}{\HCode{\Hnewline</div></body>}} % KEEP the body on it's own line, as it's used as a marker for postprocessing.
 
 % TITLE+ is only on main page, other use section title. Prefix everything, though.
 \Configure{TITLE}{\HCode{<title>}dyncall Manual - }{\HCode{</title>}}