[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] grohtml vs. HTML Tidy
From: |
Ralph Corderoy |
Subject: |
Re: [Groff] grohtml vs. HTML Tidy |
Date: |
Sun, 07 Dec 2003 23:42:40 +0000 |
Hi Alejandro,
> .put_number(width)
> - .put_string("%\" align=center>")
> + .put_string("%\" align=\"center\">")
> .nl();
It may upset Tidy, but AIUI there is no need to quote values containing
striaghtforward characters, so `align=center' is perfectly valid. I do
that when typing HTML simply to avoid the `noise' of redundant quotes.
I see the point though of trying to make Tidy happy.
Cheers,
Ralph.