diff options
| -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$ |
