Optimization: avoid using a temporary file to calculate the hash in md_handler.

This commit is contained in:
Uriel 2009-06-01 07:00:11 +02:00
parent e9a96d0e26
commit e8cd9a1978
2 changed files with 4 additions and 2 deletions

View file

@ -47,7 +47,7 @@ fn link_bar {
echo '</ul>'
}
fn md_handler { $formatter < $1 }
fn md_handler { $formatter $1 }
fn tpl_handler { template $* }