You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2016/06/02 12:04:26 UTC

[whimsy] 02/02: more whitespace

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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

commit 67e465d077c1498726230a95c1b69d6d966bf152
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Jun 2 08:03:57 2016 -0400

    more whitespace
---
 www/board/agenda/views/actions/feedback.json.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/actions/feedback.json.rb b/www/board/agenda/views/actions/feedback.json.rb
index a7e515d..df6a6a1 100644
--- a/www/board/agenda/views/actions/feedback.json.rb
+++ b/www/board/agenda/views/actions/feedback.json.rb
@@ -42,7 +42,7 @@ Agenda.parse(@agenda, :full).each do |item|
   end
 
   if minutes[item['title']]
-    text += "\nMinutes:\n#{minutes[item['title']].gsub(/^/, '  ')}\n"
+    text += "\nMinutes:\n\n#{minutes[item['title']].gsub(/^/, '  ')}\n"
   end
 
   next if text.strip.empty?

-- 
To stop receiving notification emails like this one, please contact
"commits@whimsical.apache.org" <co...@whimsical.apache.org>.