From 4046e845a84286075d7b7fc66402af3ca39eb6fa Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Sun, 4 Oct 2009 15:34:39 +0000 Subject: [PATCH] http://bugs.cacert.org/view.php?id=781 --- includes/account.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/account.php b/includes/account.php index 6488574..b3a37e8 100644 --- a/includes/account.php +++ b/includes/account.php @@ -970,14 +970,14 @@ printf(_("Your certificate request has failed to be processed correctly, see %sthe WIKI page%s for reasons and solutions."), "", ""); } else { printf(_("Certificate for '%s' has been renewed."), $row['CN']); - echo "". - _("Click here")." "._("to install your certificate."); + echo "
\n". + _("Click here")." "._("to install your certificate.")."

\n"; } } } else { - echo _("You did not select any certificates for renewal."); + echo _("You did not select any certificates for renewal.")."
"; } showfooter();