Changes between Version 1 and Version 2 of Ticket #19577, comment 3


Ignore:
Timestamp:
Jan 24, 2013, 4:56:02 AM (11 years ago)
Author:
Florian Apolloner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19577, comment 3

    v1 v2  
    11The indendation is wrong at https://code.djangoproject.com/attachment/ticket/19577/19577.diff#L45 and you need to manually call safe on the arguments of the join https://code.djangoproject.com/attachment/ticket/19577/19577.diff#L63 -- otherwise it looks good to me.
     2
     3EDIT:// You should be able to use https://github.com/django/django/blob/master/django/utils/html.py#L88 (format_html_join) in the last example.
Back to Top