Randy Waki wrote: > > Before Tidy (illegal href attribute): > > <a href="http://www.bogus.com/script.asp?p1=1&p2=2&p3=3"> > > After Tidy (legal href attribute): > > <a href="http://www.bogus.com/script.asp?p1=1&p2=2&p3=3"> I just noticed -- if you're viewing this in Tidy's web-based mail archive, these two href's appear to be the same. Apparently the archive software isn't as smart as Tidy because it doesn't seem to have properly escaped the ampersands. How funny! The first href should contain: ?p1=1&p2=2&p3=3 and the second href should contain: ?p1=1&p2=2&p3=3 (Hopefully that will come through OK.) --RandyReceived on Monday, 21 August 2000 23:14:54 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 3 April 2012 06:13:44 GMT