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

clr 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 52142654 Update parts.js.rb
52142654 is described below

commit 52142654c470c9571d35f9ccdca8af65eea1d5bc
Author: Craig L Russell <[email protected]>
AuthorDate: Tue Jan 20 06:33:25 2026 -0800

    Update parts.js.rb
    
    Improve formatting for Submitter
---
 www/secretary/workbench/views/parts.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/views/parts.js.rb 
b/www/secretary/workbench/views/parts.js.rb
index 38bd84b8..17920aca 100644
--- a/www/secretary/workbench/views/parts.js.rb
+++ b/www/secretary/workbench/views/parts.js.rb
@@ -55,7 +55,7 @@ class Parts < Vue
     end
 
     _p '(Use [ctrl|meta] + [delete|backspace] to delete this email)'
-    _p 'Submitter: ' + @@headers.name + '<' + @@headers.from + '>'
+    _p 'Submitter: ' + @@headers.name + ' <' + @@headers.from + '>'
 
     # locate corresponding signature file (if any)
     signature = CheckSignature.find(decodeURIComponent(@selected), 
@attachments)

Reply via email to