| Tiny style fix. - swerc - anselm's simpler werc fork | |
| git clone git://git.suckless.org/swerc | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 1eb0588a06ff364229fd6360c2a75c7af6b8fb2f | |
| parent e83860eb0fe8a8d44fe3f3c646c00ba4f15f60c2 | |
| Author: [email protected] <unknown> | |
| Date: Sat, 20 Dec 2008 22:29:32 +0100 | |
| Tiny style fix. | |
| Diffstat: | |
| M bin/werc.rc | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/bin/werc.rc b/bin/werc.rc | |
| @@ -98,7 +98,7 @@ fn dir_listing_handler { | |
| echo '</ul>' | |
| } | |
| -fn 404_handler { template `{ get_lib_file 404.tpl } } | |
| +fn 404_handler { template `{get_lib_file 404.tpl} } | |
| fn blog_dir_handler { | |
| blogDirs=$* |