R
Roman Khutkyy
The CGI module (i suspect of, at least) write by itself the hidden fields
into HTML:
.....
<input type="submit" name="free" value="Set free" />
with a strange "/" slash before closing tag. Is this a bug? If so, How to
make CGI do not write such fields.
into HTML:
.....
<input type="submit" name="free" value="Set free" />
with a strange "/" slash before closing tag. Is this a bug? If so, How to
make CGI do not write such fields.