Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Jun 19, 2024
1 parent defdce9 commit aa23d68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/question/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{%- set titleHtml -%}
{%- if params.readDescriptionFirst == true and params.description -%}
<div class="ons-question__description ons-u-vh">{{- params.description | safe -}}</div>
{%- endif -%}{{- ' ' + params.title | safe -}}
{{ ' ' }}
{%- endif -%}{{- params.title | safe -}}
{%- endset -%}

{%- set descHtml -%}
Expand Down

0 comments on commit aa23d68

Please sign in to comment.