Skip to content
Snippets Groups Projects

Resolve #3334987 "D10 compatibility"

Closed Adam P requested to merge issue/faqfield-3334987:3334987-d10-compatibility into 8.x-1.x
7 files
+ 12
12
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -15,7 +15,7 @@
@@ -15,7 +15,7 @@
* @ingroup themeable
* @ingroup themeable
*/
*/
#}
#}
{% spaceless %}
{% apply spaceless %}
<div class="faqfield-anchor-list">
<div class="faqfield-anchor-list">
<{{ list_type }}>
<{{ list_type }}>
{% for item in items %}
{% for item in items %}
@@ -29,4 +29,4 @@
@@ -29,4 +29,4 @@
<div class="faqfield-answer">{{ item.answer }}</div>
<div class="faqfield-answer">{{ item.answer }}</div>
{% endfor %}
{% endfor %}
</div>
</div>
{% endspaceless %}
{% endapply %}
 
\ No newline at end of file
Loading