Opened 12 years ago
Last modified 12 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 )
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 , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.