#16721 closed Bug (fixed)
Blocktrans does not handle correctly litteral percents (%) in content
Reported by: | Claude Paroz | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Pull Requests: | How to create a pull request | ||
Description ¶
When a string inside a blocktrans tag contains litteral percent signs, the matching translation is not retrieved, because escaping is done too late in the render code of blocktrans. Patch follows.
Change History (5)
by , 14 years ago
Attachment: | 16721.diff added |
---|
comment:1 by , 14 years ago
Has patch: | set |
---|
comment:2 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
Note:
See TracTickets
for help on using tickets.
Fix percent escaping in blocktrans rendering