ref: 2df7b66ecb21bd1dfee68e1497c6f5aa31da04ec
parent: 64e62d3b3040a78b5ef187f3d9ad41ff6ac6278f
author: uriel <uriel@vm41.cat-v.org>
date: Sun Jun 7 06:40:35 EDT 2009
I'm a retard, fix brown paper bag bug from the last commit.
--- a/bin/corehandlers.rc
+++ b/bin/corehandlers.rc
@@ -93,7 +93,7 @@
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)