Skip to content

Commit 7cb33dd

Browse files
authored
Update list.sh
1 parent cfe7080 commit 7cb33dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/todo-list/pages/list.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [[ "$REQUEST_METHOD" == "PUT" ]]; then
1919
fi
2020

2121
htmx_page << EOF
22-
<ul id="list" hx-oob-swap="true">
22+
<ul id="list">
2323
$([[ "$DATA" == "\n" || "$DATA" == "" ]] || echo "$DATA" | listify)
2424
</ul>
2525
EOF

0 commit comments

Comments
 (0)