Skip to content

Commit

Permalink
Fix fix [deploy-site]
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jan 20, 2025
1 parent b218e21 commit a79fb96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/static/md/examples/file_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ In this example we show how to create a file upload form that will be submitted
<span class="label-text">Pick anything reasonably sized</span>
</label>
<input type="file" data-bind="files" multiple />
<button
data-on-click="@post('/upload')"
<button data-on-click="@post('/upload')">
Submit
>
</button>
</div>
</div>
Expand Down

0 comments on commit a79fb96

Please sign in to comment.