Bugs item #3374070, was opened at 2011-07-21 19:38
Message generated for change (Tracker Item Submitted) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3374070&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: SVN (please specify revision!)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christian Boltz (christian_boltz)
Assigned to: Nobody/Anonymous (nobody)
Summary: fetchmail.php generates invalid id=123 in HTML
Initial Comment:
fetchmail.php generates code like this in edit/new mode:
<label for='302'>Server:</label></td><td><input type=text name=src_server id=302 />
Using only numbers means invalid HTML code. The ids should be prefixed ("field302" or be generated from table and field name.
(found by supa_user in #postfixadmin)
(SVN r1101)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=3374070&group_id=191583
|