[damned-lies] Do not show the non-breaking spaces code but make web browsers interpret them



commit f5de51802b02f979e5dffa416c7f42b88285b65f
Author: Gil Forcada <gforcada gnome org>
Date:   Mon Oct 1 21:15:11 2012 +0200

    Do not show the non-breaking spaces code but make web browsers interpret them

 people/models.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/people/models.py b/people/models.py
index 1e0add4..0b81054 100644
--- a/people/models.py
+++ b/people/models.py
@@ -112,7 +112,7 @@ class Person(User):
         return mark_safe(obfuscate_email(self.email))
 
     def no_spam_bugzilla_account(self):
-        return obfuscate_email(self.bugzilla_account)
+        return mark_safe(obfuscate_email(self.bugzilla_account))
 
     @property
     def name(self):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]