Skip to content

Commit 3b72734

Browse files
committed
fix bug introduced in #439
1 parent 5f330a8 commit 3b72734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlpage/templates/shell.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{{/each}}
1818

1919
{{#if font}}
20-
{{#if (startsWith font "/")}}
20+
{{#if (starts_with font "/")}}
2121
<style>
2222
@font-face {
2323
font-family: 'LocalFont';

0 commit comments

Comments
 (0)