Skip to content
Snippets Groups Projects

Issue #3405021 by Grimreaper, pdureau: Align expected variables and variables used in templates

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -59,7 +59,7 @@
<div class="{{ 'table-' ~ responsive|lower|replace({'_': '-'}) }}">
{% endif %}
<table{{ attributes.addClass(table_classes) }}>
<table{{ attributes }}>
{% if caption %}
<caption>{{ caption }}</caption>
{% endif %}
Loading