You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2014/09/24 20:14:26 UTC

git commit: Unindent link in email, so it isn't treated as a code block and rendered strange in HTML

Repository: allura
Updated Branches:
  refs/heads/master da263158c -> da0578956


Unindent link in email, so it isn't treated as a code block and rendered strange in HTML


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/da057895
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/da057895
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/da057895

Branch: refs/heads/master
Commit: da057895675a32773f1083c05e561e7a8bd964b5
Parents: da26315
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Wed Sep 24 18:13:42 2014 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed Sep 24 18:13:42 2014 +0000

----------------------------------------------------------------------
 Allura/allura/model/auth.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/da057895/Allura/allura/model/auth.py
----------------------------------------------------------------------
diff --git a/Allura/allura/model/auth.py b/Allura/allura/model/auth.py
index 752266e..4460636 100644
--- a/Allura/allura/model/auth.py
+++ b/Allura/allura/model/auth.py
@@ -151,7 +151,7 @@ class EmailAddress(MappedClass):
 To verify the email address %s belongs to the user %s,
 please visit the following URL:
 
-    %s
+%s
 ''' % (self.email, self.claimed_by_user().username, g.url('/auth/verify_addr', a=self.nonce))
         log.info('Verification email:\n%s', text)
         allura.tasks.mail_tasks.sendsimplemail.post(