<div>Graeme wrote:</div><div><br></div><div>>...Because what if you remove<br></div>>fpdoc.ss completely, then you still see the double spacing, yet in older<br><div>>fpdoc versions there was no double spacing...<br>
</div><div><br></div><div>You can do that:</div><div>Edit html and delete "<a href="http://www.w3.org/TR/html4/loose.dtd">http://www.w3.org/TR/html4/loose.dtd</a>" from first line</div><div><br></div><div><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "<a href="http://www.w3.org/TR/html4/loose.dtd">http://www.w3.org/TR/html4/loose.dtd</a>"></div>
<div><br></div><div>and even if you don't use any css you can see that no double spacing.</div><div><br></div><div>This is because 'dtd' forces some elements if they are not defined...</div><div><br></div><div>
Dtd declaration was introduced on May,30 2010 with revision 15345.</div><div><br></div><div>Please see <a href="http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=rev&revision=15345">http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=rev&revision=15345</a></div>
<div><br></div><div>Regards. </div><br>