Skip to content

Commit d760c34

Browse files
authored
Fix HTML button onclick attribute quotes
1 parent a8decad commit d760c34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/submit_town/race_autocomplete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<button
66
type="button"
77
class="text-left"
8-
onclick="selectRace(JSON.parse(`{{ race | tojson | safe }}`))"
8+
onclick='selectRace(JSON.parse(`{{ race | tojson | safe }}`))'
99
>
1010
<div class="flex-col gap-1">
1111
<strong>{{ race.name | title }} ({{ race.miles }} miles)</strong>

0 commit comments

Comments
 (0)