Skip to content

Commit 96636f2

Browse files
authored
Update form.handlebars
Revert accidental change
1 parent 20eec0a commit 96636f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlpage/templates/form.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
</label>
120120
{{/if}}
121121
{{/if}}
122-
{{#if eq type "file"}}
123-
<!-- Change the form encoding type if this is a file input -->
122+
{{#if (eq type "file")}}
123+
<!-- Change the form encoding type if this is a file input-->
124124
{{#delay}}formenctype="multipart/form-data"{{/delay}}
125125
{{/if}}
126126
{{/each_row}}

0 commit comments

Comments
 (0)