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 aa23d68 commit c4a68e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/question/_macro.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{%- 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 -}}
{%- endset -%}

Expand Down

0 comments on commit c4a68e6

Please sign in to comment.