#2292: [Patch] Form widgets should have empty string for default action instead 
of
None
--------------------------+-------------------------------------------------
 Reporter:  PeterRussell  |       Owner:              
     Type:  defect        |      Status:  new         
 Priority:  normal        |   Milestone:  1.0.x bugfix
Component:  TurboGears    |     Version:  1.0 HEAD    
 Severity:  normal        |    Keywords:  patch       
--------------------------+-------------------------------------------------
 Just a little HTML compliance niggle:

 If you display a form without passing an action parameter, you get invalid
 HTML as Kid strips attributes which are None.  What you probably want in
 these cases is an empty URI, to cause the UA to send the form to the URL
 that it came from.

 Attached is a patch to do this.

-- 
Ticket URL: <http://trac.turbogears.org/ticket/2292>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to