Skip to content

Commit 7d93aa6

Browse files
committed
rename unsafe -> allow_unsafe (unsafe was a bad choice as it clashes with the rust keyword)
1 parent 2702cbc commit 7d93aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlpage/templates/text.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{~/if~}}
99
{{~#if contents_md~}}
1010
<div class="remove-bottom-margin {{#if center}}mx-auto{{/if}} {{#if article}}markdown article-text{{/if}}">
11-
{{{~markdown contents_md unsafe~}}}
11+
{{{~markdown contents_md allow_unsafe~}}}
1212
</div>
1313
{{~/if~}}
1414
<p class="{{#if center}}mx-auto{{/if}} {{#if article}}markdown article-text{{/if}}">
@@ -30,7 +30,7 @@
3030
">{{contents}}</span>
3131
{{~flush_delayed~}}
3232
{{~#if contents_md~}}
33-
{{{markdown contents_md unsafe}}}
33+
{{{markdown contents_md allow_unsafe}}}
3434
{{~/if~}}
3535
{{~/each_row~}}
3636
</p>

0 commit comments

Comments
 (0)