Changes between Version 1 and Version 2 of Ticket #19577, comment 3
- Timestamp:
- Jan 24, 2013, 4:56:02 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19577, comment 3
v1 v2 1 1 The 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 3 EDIT:// 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.