2014/1/13 Asok Chattopadhyay <[email protected]>:
> You can see the test servlet working at
> http://workshop.dreamapps.com/da/test
>

1. Downloading the page with WGET tool, all CRLFs (on line 153 and below) are OK

2. Opening the page in Firefox, and doing "View page source" shows
HTML markup errors (it highlights them in red).

E.g. line 319 has

<a href="javascript:void(0);"
onClick="document.forms.one.listcommand.value='open.alpha
#';submitCommand('dummy','one');"">None</a>

Note that the double-quote symbol just before '>None' is doubled,
breaking the attribute markup.

You may want to try to pass your page through
http://validator.w3.org/


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to