> <a href="{% link 'home' %}"></a>
> gets butchered to
> <a href="{%%20link%20'home'%20%}"></a>

Just did a quick check with TinyMCE:
Blank textarea, into HTML mode, entered your text, update, save-and-
continue-editing, HTML mode.
The only thing it did was wrap everything in <p></p>,  but I think
that's a configurable behavior. I.e.,

<a href="{% link 'home' %}"></a> ==>> <p><a href="{% link 'home' %}"></
a></p>

  HTH,
  Peter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to