- From: Joris Braakman <jorisb@nl.euro.net>
- Date: Mon, 12 Mar 2001 10:48:00 +0100
- 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. $ cat index.html <html> <head> <title> tidy test </title> </head> <body> bla <table summary="none"> <tr> <td><font> </font></td> </tr> </table> </body> </html> $ tidy index.html Tidy (vers 30th April 2000) Parsing "index.html" "index.html" appears to be HTML 4.01 Transitional no warnings or errors were found <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta name="generator" content="HTML Tidy, see www.w3.org"> <title>tidy test</title> </head> <body> bla <table summary="none"> <tr> <td><font> </font> </td> </tr> </table> </body> </html> Grtz, Joris. -- Joris Braakman * * EuroNet Internet B Web developer * * Muiderstraat 1 * 1011 PZ Amsterdam E-mail: jorisb@nl.euro.net * Tel: +31 20 535 128
Received on Monday, 12 March 2001 04:48:02 UTC