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 96711a3 commit 2130200Copy full SHA for 2130200
1 file changed
builtin-programs/web/program.folk
@@ -1,6 +1,6 @@
1
Wish the web server handles route {/program/(.*)$} with handler {
2
set programName $1
3
- Expect! $programName has program code /programCode/]
+ Expect! $programName has program code /programCode/
4
if {$match eq ""} {
5
html "<html><body>Program not found: [htmlEscape $programName]</body></html>"
6
return
0 commit comments