diff options
author | ivan <ivan> | 2011-06-29 01:43:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-06-29 01:43:07 +0000 |
commit | 44f5aa6d692b460cc34bc44810fab8e4c3e37b68 (patch) | |
tree | e3a29e032c8a9e9c4a41797c78835d146a0a4bdd /fs_selfservice/FS-SelfService/cgi/myaccount.html | |
parent | 0fe4d7eed9b8ce0953d699e10986927ca8c4a4d2 (diff) |
self-service skinning improvements, RT#13199
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index 3830aa1ad..d27f688e3 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -83,7 +83,7 @@ Hello <%= $name %>!<BR><BR> } %> -<%= if ( @tickets) { +<%= if (@tickets) { $OUT .= include('ticket_summary'); } else { $OUT .= ''; |