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 3cf6e0fa Oops
3cf6e0fa is described below
commit 3cf6e0faa73d551f2187815dc39bd61d0b892988
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 2 16:51:14 2023 +0000
Oops
---
www/members/member_nominations.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/members/member_nominations.cgi
b/www/members/member_nominations.cgi
index 2ffdc71c..5aada2fa 100755
--- a/www/members/member_nominations.cgi
+++ b/www/members/member_nominations.cgi
@@ -65,7 +65,7 @@ module Wunderbar
end
out << line
else # normal; no accumulation of lines
- tag! tag, out.join("\n"), class: output_class[kind]
+ tag! tag, line, class: output_class[kind]
end
okind = kind
end