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();