On Thu, Feb 21, 2008 at 8:26 AM, merric <[EMAIL PROTECTED]> wrote:
>
>  I have a template that uses  {% for i in prize %}  {{ i.description }}
>  {% endfor %}
>
>  This iterates fine in Firefox, but in IE7 it keeps coming up blank.
>  I can't see any html issues.  I am working off my localhost.   Is this
>  a IE7 security issue or something else I have not thought of?
>
>  Cheers
>
>  MerMer

Have you run the resulting HTML through the W3C Validator? In
particular, look for any unclosed style or script tags.

Jonathan.

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