Minor comment cleanups.

This commit is contained in:
Uriel 2008-12-28 11:51:03 +01:00
parent 079d4b43e4
commit 9745991ff9
4 changed files with 32 additions and 17 deletions

View file

@ -1,10 +1,8 @@
fn hello_test {
~ $req_path /hello
}
fn hello_setup {
app_body_handler = 'hello_body'
pageTitle='Hi title!'
fn hello_init {
if(~ $req_path /hello) {
app_body_handler = 'hello_body'
pageTitle='Hi title!'
}
}
fn hello_body {