1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Known Bugs in Hindent 1.1.2
* If a nesting tag spans multiple lines (not closed on that line),
hindent gets confused and ignores that tag. Example:
<TABLE BORDER="0" CELLSPACING="3" CELLPADDING="3"
BGCOLOR="0xFFFFFF">
...
</TABLE>
In this example the <TABLE> is ignored, but </TABLE> is seen,
thus throwing off the nesting depth (without giving an error).
* hindent may be confused when seeing javascript, particularly with
"if" statements containing "<" and/or ">" symbols.
Should probably ignore stuff between <SCRIPT> ... </SCRIPT>
* With -f and -s options, extra blank lines usually appear especially if
the HTML code already contained some blank lines. It's harmless.
-------
Send all bug reports with a self-addressed, stamped SMTP header to
the address shown below.
--
Paul Balyoz, Unix Sysadmin and Programmer
Domtools Consulting pab@domtools.com
Phoenix Arizona, USA pbalyoz@jammed.com
|