summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-12-15 17:39:58 -0500
committerEvan Prodromou <evan@status.net>2010-12-15 17:39:58 -0500
commitfd22f684bf24e2c3d5ea8af0b11de8127c3b7b99 (patch)
tree85094104f05ffa5debeab6cd484ceb72ef1ab5cc
parente16cb8c03a4490fd3db33f1429ccdce65acfdc18 (diff)
syntax error in deleteaccount
-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'));
}