![]()
From: Akis Karnouskos (akis@ceid.upatras.gr)
Date: Sat Apr 20 2002 - 04:24:20 CDT
Hi,
I was validating hypermail generated pages with W3C validator
http://validator.w3.org/
It seems that you should not include and <P> or other
"formatting" statements within the <pre> </pre> statements because
the text is already formated.
I have corrected a part I found and now a page passes successfully the W3C
validation. I am not sure if this affects also other parts of the code.
Basically an if then should check wether you are in a <pre> block
and NOT use html formatting elements.
My changes are in line 1015 of the attached code
Cheers,
Akis
![]()