| Fix 404 status string - swerc - anselm's simpler werc fork | |
| git clone git://git.suckless.org/swerc | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 407238a2a837a45270bc40cb877c6419a2f0841c | |
| parent f34995d7e3d97b9a7aa34cd383781010ac824041 | |
| Author: [email protected] <unknown> | |
| Date: Tue, 16 Sep 2008 22:29:52 +0200 | |
| Fix 404 status string | |
| Diffstat: | |
| M bin/controller.rc | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/bin/controller.rc b/bin/controller.rc | |
| @@ -234,7 +234,7 @@ dprint $body | |
| if not if(~ $#blogDirs 0) { | |
| set_handler 404_handler $body | |
| dprint 'NOT FOUND: '$SERVER_NAME^$REQUEST_URI^' - '^$"HTTP_REFERER^' -… | |
| - echo 'Status: 404 Not Found\n\n' | |
| + echo 'Status: 404 Not Found' | |
| } | |
| if(! ~ $#blogDirs 0) |