From 7e7604335e0dc4b783656f9ae369975b4e3d9c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Mon, 24 Mar 2014 17:00:53 +0100 Subject: bug 1138: Move back link out of the translation string MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/44.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/account/44.php b/pages/account/44.php index 16bfa8c..dd0f376 100644 --- a/pages/account/44.php +++ b/pages/account/44.php @@ -19,7 +19,8 @@ $ticketno = ""; if(array_key_exists('ticketno', $_SESSION)) $ticketno = $_SESSION['ticketno']; if (!valid_ticket_number($ticketno)) { - printf(_("I'm sorry, you did not enter a ticket number!%sYou cannot reset the password.%s"), '
', '
'. _('Back to previous page.').''); + printf(_("I'm sorry, you did not enter a ticket number!%sYou cannot reset the password."), '
'); + echo '
'._('Back to previous page.').''; showfooter(); exit; } -- cgit v1.2.1