diff options
Diffstat (limited to 'pages/account/44.php')
-rw-r--r-- | pages/account/44.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/44.php b/pages/account/44.php index 02dd164..d7e31c6 100644 --- a/pages/account/44.php +++ b/pages/account/44.php @@ -29,7 +29,7 @@ if (array_key_exists('ticketno', $_SESSION)) { } if (!valid_ticket_number($ticketno)) { - printf(_("I'm sorry, you did not enter a ticket number!%sYou cannot reset the password."), '<br/>'); + printf(_("I'm sorry, you did not enter a ticket number! %s You cannot reset the password."), '<br/>'); echo '<br/><a href="account.php?id=43&userid='.intval($_REQUEST['userid']).'">'._('Back to previous page.').'</a>'; showfooter(); exit; |