| I'm a retard, fix brown paper bag bug from the last commit. - swerc - anselm's … | |
| git clone git://git.suckless.org/swerc | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit b4893e7578ab376a8ae3d68eaf227952b39956e4 | |
| parent 02afeebf90008a0981e861b085be9fd4e6b5fe6c | |
| Author: [email protected] <unknown> | |
| Date: Sun, 7 Jun 2009 10:40:35 +0200 | |
| I'm a retard, fix brown paper bag bug from the last commit. | |
| Diffstat: | |
| M bin/corehandlers.rc | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/bin/corehandlers.rc b/bin/corehandlers.rc | |
| @@ -93,7 +93,7 @@ fn setup_handlers { | |
| handler_body_main=(html_handler $local_path.html) | |
| # Global tpl (eg sitemap.tpl), should take precedence over txt handler! | |
| if not if(test -f tpl^$req_path^.tpl) | |
| - handler_body_main=(tpl_handler lib^$req_path^.tpl) | |
| + handler_body_main=(tpl_handler tpl^$req_path^.tpl) | |
| if not if(test -f $local_path.txt) | |
| handler_body_main=(txt_handler $local_path.txt) | |