Occasionally when I use the include tag, I'm seeing a tokenized hard return appear before the include. The return shows in both the source html and in the resulting display. The only way to get rid of this "hard space" is to remove the include and place the code from the include directly into the parent template. This is a real pain.
I don't know if this is a bug or if there is some invisible that I can't see with my text editor that's showing up. I've turned on invisibles and don't see anything amiss. Moving the opening div tags from my include to the parent template simply causes the hard return to move from before those divs to after them, before the first html tag in the include. I'm running Django 1.1 on my dev server with mod-wsgi. My text editor is BBedit. I'm saving my files as UTF-8 Unix (LF). This has happened numerous times, with no explaination. -- 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.