We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe7080 commit 7cb33ddCopy full SHA for 7cb33dd
examples/todo-list/pages/list.sh
@@ -19,7 +19,7 @@ if [[ "$REQUEST_METHOD" == "PUT" ]]; then
19
fi
20
21
htmx_page << EOF
22
-<ul id="list" hx-oob-swap="true">
+<ul id="list">
23
$([[ "$DATA" == "\n" || "$DATA" == "" ]] || echo "$DATA" | listify)
24
</ul>
25
EOF
0 commit comments