This is an automated email from the ASF dual-hosted git repository.
rubys 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 8ccf7f5 add blank line before out of cycle report
8ccf7f5 is described below
commit 8ccf7f5297283e8e0d04837e77f48403cbc56091
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Apr 9 22:01:37 2019 -0400
add blank line before out of cycle report
---
www/board/agenda/views/actions/post.json.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/actions/post.json.rb
b/www/board/agenda/views/actions/post.json.rb
index 9a2ee84..e59cb78 100644
--- a/www/board/agenda/views/actions/post.json.rb
+++ b/www/board/agenda/views/actions/post.json.rb
@@ -89,7 +89,7 @@ Agenda.update(@agenda, @message) do |agenda|
agenda[/^()-+\nEnd of agenda/, 1] =
"-----------------------------------------\n" +
"Attachment #{attach}: Report from the Apache #{pmc.display_name} " +
- "Project [#{pmc.chair.public_name}]\n" +
+ "Project [#{pmc.chair.public_name}]\n\n" +
"#{@report.strip}\n\n"
else