diff options
| author | sostler <sbostler@gmail.com> | 2010-01-12 00:40:01 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-12 00:40:01 -0500 |
| commit | a11aec2cbfadf39abc8a206f2c549283a2c24f35 (patch) | |
| tree | 38dfdd9f5c10c46eef836415465cb4057c9d0258 | |
| parent | 6b1befccb89792a2729b837430d310bb26c939b2 (diff) | |
Fixed typo
| -rwxr-xr-x | template/browser.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/browser.st b/template/browser.st index f9439d6..1531ff5 100755 --- a/template/browser.st +++ b/template/browser.st @@ -1,7 +1,7 @@ <html> <body> - $if(nick)$ - Hello, $nick$ + $if(user_nick)$ + Hello, $user_nick$ $else$ Hello, unnamed $endif$ |
