Related to PR #25929
@infograf768 Please fix to not output <img src="" alt="" >. Thanks.
Log in the administration area
View page source
Search for <img src="" alt="" >
| Labels |
Added:
?
|
||
Weird. The only way I found was to change that line to
$iconImage = '';
There must be something else here I do not see.
In fact, $iconImage = ''; is correct. Making patch now.
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-11-10 07:23:31 |
| Closed_By | ⇒ | infograf768 |
hmm