Hi Guys
The label for this widget is being printed inside an "<em>" tag, it shouldn't. It should print as any other form label.
Cheers
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 0001-Issue-1960648-by-jm.federico-mradcliffe-Change-use-o.patch | 967 bytes | mradcliffe |
Hi Guys
The label for this widget is being printed inside an "<em>" tag, it shouldn't. It should print as any other form label.
Cheers
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 0001-Issue-1960648-by-jm.federico-mradcliffe-Change-use-o.patch | 967 bytes | mradcliffe |
Comments
Comment #1
mradcliffeThank you fuor the bug report.
Comment #2
jm.federico commentedChange title and imprive description.
The label is being printed by passing the label to a t().
It shouldn't.
Comment #3
mradcliffeIt should be check_plain($instance['label']), which is essentially the same thing, but using @ instead of %.
I think changing it to check_plain($instance['label']) is appropriate.
Comment #4
mradcliffePushed commit 538b368e798526e1d888e307a8ad937cd6294c8f
Comment #5.0
(not verified) commentedFix html tag