Skip to content

Commit 2130200

Browse files
committed
web/program: Fix extra bracket
1 parent 96711a3 commit 2130200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin-programs/web/program.folk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Wish the web server handles route {/program/(.*)$} with handler {
22
set programName $1
3-
Expect! $programName has program code /programCode/]
3+
Expect! $programName has program code /programCode/
44
if {$match eq ""} {
55
html "<html><body>Program not found: [htmlEscape $programName]</body></html>"
66
return

0 commit comments

Comments
 (0)