23 Aug
2008
23 Aug
'08
11:45 a.m.
Hermann Himmelbauer wrote at 2008-8-20 19:34 +0200:
Hi, I have a page template, that should have the characters "<" and ">" in the resulting HTML code, e.g.:
<input type="hidden", name="xyz", value="<ABC>" />
HTML forbids "<" in attributes: it must be represented there as "<". Thus, Zope does the correct thing (as standard conformity is a good thing). -- Dieter