Minor comment cleanups.
This commit is contained in:
parent
079d4b43e4
commit
9745991ff9
4 changed files with 32 additions and 17 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue