Changes between Initial Version and Version 1 of Ticket #36353


Ignore:
Timestamp:
Apr 25, 2025, 4:19:29 PM (4 months ago)
Author:
Johannes Maron
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36353

    • Property Type Cleanup/optimizationNew feature
  • Ticket #36353 – Description

    initial v1  
    1212
    1313{{{
    14 element_template = '<script src="{path}"{attributes}>{content}</script>'
     14element_template = '<script{attributes}>{content}</script>'
    1515}}}
    1616
     
    2424}}}
    2525
    26 
    27 I am not sure, if this is a bug, feature request or cleanup, someone should review the ticket type.
Back to Top