Changes between Initial Version and Version 2 of Ticket #19916
- Timestamp:
- Feb 25, 2013, 3:50:28 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19916
- Property Triage Stage Unreviewed → Accepted
-
Ticket #19916 – Description
initial v2 1 This is the same bug as #19 982, but for the template tags of contrib.comments.1 This is the same bug as #19882, but for the template tags of contrib.comments. 2 2 3 3 It's caused by using `token.contents.split()` instead of `token.split_contents()`, causing problems when a variable has a filter with an argument that contains spaces.