diff --git a/mozilla/webtools/litmus/templates/en/default/reporting/result_display.tmpl b/mozilla/webtools/litmus/templates/en/default/reporting/result_display.tmpl index 4d6245a0973..858c73dfb60 100644 --- a/mozilla/webtools/litmus/templates/en/default/reporting/result_display.tmpl +++ b/mozilla/webtools/litmus/templates/en/default/reporting/result_display.tmpl @@ -20,8 +20,8 @@ Summary Information
------- Comment #[% comment_num | html %] From
[% IF comment.user.email %]
-
- [% comment.user.email FILTER email | html %]
+
+ [% comment.user.email FILTER html | email %]
[% ELSE %]
Anonymous
[% END %]
diff --git a/mozilla/webtools/litmus/templates/en/default/reporting/test_results.tmpl b/mozilla/webtools/litmus/templates/en/default/reporting/test_results.tmpl
index c7849e008cd..03eac4410c0 100644
--- a/mozilla/webtools/litmus/templates/en/default/reporting/test_results.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/reporting/test_results.tmpl
@@ -11,8 +11,8 @@
[% IF loop.count>1 %]
[% IF comment.user.email %]
-
- [% comment.user.email FILTER email | js | html %]
+
+ [% comment.user.email FILTER html | js | email %]
[% ELSE %]
Anonymous[% END %]
[% END %]
[% comment.submission_time.strftime("%Y-%m-%d %T %Z") %]
diff --git a/mozilla/webtools/litmus/templates/en/default/sidebar/widget_login.tmpl b/mozilla/webtools/litmus/templates/en/default/sidebar/widget_login.tmpl
index a9c27190686..34c918cf4ce 100644
--- a/mozilla/webtools/litmus/templates/en/default/sidebar/widget_login.tmpl
+++ b/mozilla/webtools/litmus/templates/en/default/sidebar/widget_login.tmpl
@@ -2,7 +2,7 @@
Welcome!
-
+
[% defaultemail.email.replace('\@.*','') %]