Changes between Initial Version and Version 1 of Ticket #44427, comment 100
- Timestamp:
- 03/31/2020 10:32:55 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44427, comment 100
initial v1 13 13 }}} 14 14 15 So when adding loading="lazy" code is broken due to double-quotes. Maybe it possible to add some exeption option. 15 So when adding loading="lazy" code is broken due to double-quotes. Maybe it possible to add some exeption option. (In my case I just added loading='lazy' myself with single-quotes.)