#4602: truncatewords_html thinks <br/> is an open tag and turns it to </br/> 
which
is an invalid.
--------------------------------+-------------------------------------------
Reporter:  [EMAIL PROTECTED]  |       Owner:  adrian         
  Status:  new                  |   Component:  Template system
 Version:  SVN                  |    Keywords:                 
   Stage:  Unreviewed           |   Has_patch:  0              
--------------------------------+-------------------------------------------
 django.utils.text.truncate_html_words (used in trucatewords_html filter)
 thinks that the <br/> tag is an 'open' tag and tries to close it by adding
 a </br/> tag (which,ofcourse, is invalid). The W3C html validator revealed
 this problem to me.
 I am using SVN version of Django (revision 5487).
 
 This being my first ticket, i apologize if this information is not enough,
 though i can't think of anything else relevant.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4602>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to