- From: Terry Teague <teague@mailandnews.com>
- Date: Mon, 12 Mar 2001 23:59:20 -0800
- To: html-tidy@w3.org
>Tidy inserts a extra space after a font tag in a table cell >under solaris (2.6), but not under Linux 2.2. This will >render tables in a slight different way than without the space. > >What gives? > >I tried to recompile, compile with cc. Same results. FWIW, the Mac OS version of Tidy (built with CodeWarrior 5.3) gives the same results as described in your EMail EXCEPT the following line - the Mac OS version word-wrapped the content to the next line (that may or may not be my bug). ><meta name="generator" content="HTML Tidy, see www.w3.org"> Probably some subtle side-effect of expression evaluation order, word size, code optimization, or standard C library differences. Try recompiling with different optimization options, if that is an option for you. I will try to investigate more when I have time. Regards, Terry
Received on Tuesday, 13 March 2001 02:59:50 UTC