Changes between Initial Version and Version 1 of Ticket #36353
- Timestamp:
- Apr 25, 2025, 4:19:29 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36353
- Property Type Cleanup/optimization → New feature
-
Ticket #36353 – Description
initial v1 12 12 13 13 {{{ 14 element_template = '<script src="{path}"{attributes}>{content}</script>'14 element_template = '<script{attributes}>{content}</script>' 15 15 }}} 16 16 … … 24 24 }}} 25 25 26 27 I am not sure, if this is a bug, feature request or cleanup, someone should review the ticket type.