Am Donnerstag, den 16.09.2010, 11:18 +0100 schrieb Nuno Maltez: > On Wed, Sep 15, 2010 at 4:50 PM, Julian <maili...@julianmoritz.de> wrote: > > before returning, all paramaters in the urls are separated by & as > > they should be. in the template the & occur as &. for example, the > > url is print'ed in the tag: > > > > /go/to/url? > > utts=-1&utsrc=trackuser&utsig=f6730dc992ee9a23c24ed0adae0eb5f6 > > > > and in the template it looks like > > > > <a href="/go/to/url? > > utts=-1&utsrc=trackuser&utsig=f6730dc992ee9a23c24ed0adae0eb5f6">test</ > > a> > > Sorry I can't help you much (never happened to me) but: > > a) are you sure it's not beautifulsoup that's replacing your &? > > b) shouldn't they be really separated by "&"? Using & will cause > validation errors: > http://htmlhelp.com/tools/validator/problems.html#amp >
Hi there, I've just realized that it's not a bug but a feature. The browsers handle it correctly. Thanks & Regards Julian > Nuno > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.