Opened 8 weeks ago
Closed 8 weeks ago
#47989 closed defect (bug) (fixed)
Must escape `%` in `printf`
Reported by: | afragen | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | major | Version: | |
Component: | Upgrade/Install | Keywords: | needs-patch |
Focuses: | Cc: | ||
PR Number: |
Description
There's an error in r45926.
after()
was changed to use a printf()
statement, but the string must escape the %
in width="100%"
to be width="100%%"
.
Pinging @SergeyBiryukov
Change History (2)
Note: See
TracTickets for help on using
tickets.
Great catch, thanks!