Opened 17 years ago
Closed 17 years ago
#8136 closed defect (bug) (fixed)
Avoid %d for formatted numbers
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
Do not use %d for numbers, passed through number_format(). If greater than 1000, it won't be a valid number and the template will break.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [9591]) Use %s, not %d, for number format output. Props nbachiyski. fixes #8136