Opened 11 years ago

Last modified 11 years ago

#19916 closed Bug

contrib.comments's templatetags use token.contents.split() — at Version 2

Reported by: Baptiste Mispelon Owned by: Baptiste Mispelon
Component: contrib.comments Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Aymeric Augustin)

This is the same bug as #19882, but for the template tags of contrib.comments.

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.

Change History (2)

comment:1 by Carl Meyer, 11 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Aymeric Augustin, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top