Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

XHTML output

Quote Reply
XHTML output
I am trying to make the HTML output of GForum "XHML 1.0 Transitional" compatible.

Everything is pretty straightforward, except for the <%hidden_form%> tag in "include_footer.html", which is something like

Code:
<input type=hidden name="guest" value="43">
I would like it to be

Code:
<input type="hidden" name="guest" value="43" />
Do I have to dig into the code, or is there an easier way to change this?


Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread XHTML output yogi 2644 Nov 6, 2001, 12:35 AM
Thread Re: [yogi] XHTML output
Jagerman 2510 Nov 6, 2001, 10:15 AM
Thread Re: [jagerman] XHTML output
yogi 2503 Nov 6, 2001, 11:27 AM
Post Re: [yogi] XHTML output
Jagerman 2501 Nov 6, 2001, 11:30 AM