Opened 13 years ago
Last modified 13 years ago
#19916 closed Bug
contrib.comments's templatetags use token.contents.split() — at Initial Version
| 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
This is the same bug as #19982, 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.
Note:
See TracTickets
for help on using tickets.