Hi,

Magic Removal creates to many "caption" tags on the homepage of admin.
A caption tag should appear only once, right after the table tag, but
Magic Removal puts it above every model-row of the table. In IE6 and
Opera this leads to duplicated captions, in FF and Safari the extra
captions get ignored or are invisible.

Solution, change:
django/contrib/admin/templates/admin/index.html

Put this line:
<caption>{{ app.name }}</caption>
above the for loop instead of inside it.

Rudolph


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to