Hi, On 11/26/05, Gary Godfrey <[EMAIL PROTECTED]> wrote: > I'm using the svn widgets right now and had to do a small patch and add > a widget. Is this too soon to start submitting bugs and patches?
Nope, feel free! > (just FYI, the one patch is to make render return xml rather than html > so kid doesn't complain further upstream. The widget is a > RadioButton.) I'm not sure if you were in on the other thread, but I'll repeat it here just in case: render returns HTML just for random other purposes. When using a widget in a Kid template for real, you should use .insert. Kevin

