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 &amp;. 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&amp;utsrc=trackuser&amp;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 "&amp;"? Using & will cause
validation errors:
http://htmlhelp.com/tools/validator/problems.html#amp

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.

Reply via email to