_includes/excol.html in wai-website-theme-1.2 vs _includes/excol.html in wai-website-theme-1.3
- old
+ new
@@ -1,10 +1,10 @@
{%- if include.type == 'start' -%}
<details{%if include.id%} id="{{include.id}}"{% endif %} {%if include.open == "true" %}open{% endif %}><summary markdown="block">
{%- endif -%}
{%- if include.type == 'middle' -%}
</summary>
- <div markdown="block">
+ <div markdown="block"{%-if include.dir %} dir="{{include.dir}}"{%- endif -%}{%-if include.lang %} lang="{{include.lang}}"{%- endif -%}>
{%- endif -%}
{%- if include.type == 'end' -%}
</div>
</details>
{%- endif -%}