Problem with SSI in form elements

Hi

I think Tidy is great and it's usually the first thing I install on web
servers where I have shell access, my only gripe is this:

If you use SSI in form elements like this:

<input type="text" name="referer" value="<!--#echo var="HTTP_REFERER"-->" />

Tidy produces this:

<input type="text" name="referer" value="&lt;!--#echo var=" />" /&gt;

Which is a bit of a mess, would fixing it break other things?

Chris

-- 
Chris Croome <chris@webarchitects.co.uk>

http://www.webarchitects.co.uk/
http://chris.croome.net/

Received on Thursday, 24 August 2000 20:03:55 UTC