Re: trailing slash added to passed form data

2007-04-20 Thread Tipan
On Apr 13, 6:15 pm, "Ian Clelland" <[EMAIL PROTECTED]> wrote: > On 4/13/07,Tipan<[EMAIL PROTECTED]> wrote: > > it would seem to me that the "/" in "/>", which closes out the tag, > could be interpreted by the browser as part of the value, rather than > part of the HTML tag. I would try putting

Re: trailing slash added to passed form data

2007-04-13 Thread Ian Clelland
On 4/13/07, Tipan <[EMAIL PROTECTED]> wrote: > I am passing a parameter from a template to an inclusion tag {% > show_tag %}. This value is then returned from the inclusion > tag defintion in a dictionary (return {'form':form, 'value':id}) to > render the form for use in a hidden field (

trailing slash added to passed form data

2007-04-13 Thread Tipan
I've encountered a strange occurence whereby I am seeing a trailing slash added to an item of form data. I am passing a parameter from a template to an inclusion tag {% show_tag %}. This value is then returned from the inclusion tag defintion in a dictionary (return {'form':form, 'value':id})