This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new c238605  Sig is supposed to start '-- \n'
c238605 is described below

commit c238605b81fbb32c962a5c5a967375be25c907a6
Author: Sebb <[email protected]>
AuthorDate: Fri Apr 24 11:08:55 2020 +0100

    Sig is supposed to start '-- \n'
---
 www/secretary/workbench/personalize.rb | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/www/secretary/workbench/personalize.rb 
b/www/secretary/workbench/personalize.rb
index 4401210..477ea60 100644
--- a/www/secretary/workbench/personalize.rb
+++ b/www/secretary/workbench/personalize.rb
@@ -8,7 +8,8 @@ class Wunderbar::JsonBuilder
 
       @from = 'Craig L Russell <[email protected]>'
       @sig = %{
-        -- Craig L Russell
+        --
+        Craig L Russell
         Assistant Secretary, Apache Software Foundation
       }
 
@@ -16,7 +17,8 @@ class Wunderbar::JsonBuilder
 
       @from = 'Matt Sicker <[email protected]>'
       @sig = %{
-        -- Matt Sicker
+        --
+        Matt Sicker
         Secretary, Apache Software Foundation
       }
 
@@ -26,7 +28,8 @@ class Wunderbar::JsonBuilder
 
       @from = "#{person.public_name} <#{user}@apache.org>".untaint
       @sig = %{
-        -- #{person.public_name}
+        --
+        #{person.public_name}
         Apache Software Foundation Secretarial Team
       }
 

Reply via email to