summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/deleteaccount.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/deleteaccount.php b/actions/deleteaccount.php
index c7dfa570c..9abe2fcdb 100644
--- a/actions/deleteaccount.php
+++ b/actions/deleteaccount.php
@@ -284,7 +284,7 @@ class DeleteAccountForm extends Form
if ($cur->hasRight(Right::BACKUPACCOUNT)) {
$msg .= sprintf(_('<p>You are strongly advised to '.
- '<a href="%s">back up your data</a>'
+ '<a href="%s">back up your data</a>'.
' before deletion.</p>'),
common_local_url('backupaccount'));
}