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 2019/09/25 16:42:43 UTC

[whimsy] branch master updated: allow blank lines in callin info

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 e550708  allow blank lines in callin info
e550708 is described below

commit e550708346c369cad9d39e5e215cf49e3e1d7818
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Sep 25 12:42:27 2019 -0400

    allow blank lines in callin info
---
 www/board/agenda/models/minutes.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/models/minutes.rb b/www/board/agenda/models/minutes.rb
index 8210ece..c3ebf8e 100755
--- a/www/board/agenda/models/minutes.rb
+++ b/www/board/agenda/models/minutes.rb
@@ -4,7 +4,7 @@ class Minutes
     @@notes = YAML.load_file(minutes_yaml) rescue {}
 
     minutes.mreplace(/\n\s1\.\sCall\sto\sorder\n+(.*?:)\n\n
-                     ((?:^\s{12}[^\n]*\n)+\n)
+                     ((?:^\s{12}[^\n]*\n+)+\n)
                      (.*?)\n\n\s2\.\sRoll\sCall/mx) do |meeting, number, backup|
       start = notes('Call to order') || '??:??'
       meeting.gsub! "is scheduled", "was scheduled"