diff options
Diffstat (limited to 'client/simple/tools/jinja_svg_catalog.html.edge')
| -rw-r--r-- | client/simple/tools/jinja_svg_catalog.html.edge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/simple/tools/jinja_svg_catalog.html.edge b/client/simple/tools/jinja_svg_catalog.html.edge index ffec58cd5..420f07624 100644 --- a/client/simple/tools/jinja_svg_catalog.html.edge +++ b/client/simple/tools/jinja_svg_catalog.html.edge @@ -13,7 +13,7 @@ template. This file from: {%- set catalog = { @each((svg, name) in svg_catalog) - "{{{name}}}" : """{{{svg}}}""", + '{{{name}}}' : '{{{svg}}}', @end } -%} |