On Wed, Jul 7, 2010 at 5:37 PM, ringemup <ringe...@gmail.com> wrote:
> Elements with display:none sadly trigger the same bug.  Looks like a
> custom tag may be in order.
>

I'm not being funny, but given that you know about this (extremely
rare edge case) bug, just output it somewhere where it _cannot_
trigger the bug.

"""
The direct cause is nothing more than ordinary HTML comments, such as,
<!-- end left column -->, sandwiched between floats that come in
sequence.
"""

So, don't output comments between sequenced floats. __Anywhere__ else is fine!

Alternatively:

<ul notarealattributename="{% cycle foo bar quuz as wibble %}">


Cheers

Tom

-- 
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