Skip to content
Snippets Groups Projects

Issue #3517254: Twig template syntax fix

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
{# @cspell:ignore doremi #}
{% set image_attributes = {style: 'width: 30px; height 30px;'} %}
{% set image_attributes = {style: 'width: 30px; height: 30px;'} %}
<style>
main {
background-color: lightyellow;
Loading