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/08/10 19:08:44 UTC

[whimsy] branch master updated: insert missing end

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

The following commit(s) were added to refs/heads/master by this push:
       new  25556ba   insert missing end
25556ba is described below

commit 25556ba8146cfd0466ca25db7541925faa937c78
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Aug 10 15:08:29 2016 -0400

    insert missing end
---
 www/officers/acreq.cgi | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/www/officers/acreq.cgi b/www/officers/acreq.cgi
index 8ee42e6..f4e02b9 100755
--- a/www/officers/acreq.cgi
+++ b/www/officers/acreq.cgi
@@ -335,11 +335,12 @@ _html do
           end
         end
 
-      # report on status
-      _h2 "New entry #{tobe}added:"
-      _pre line
-      _h2 "Mail #{tobe}sent:"
-      _pre.email mail.to_s
+        # report on status
+        _h2 "New entry #{tobe}added:"
+        _pre line
+        _h2 "Mail #{tobe}sent:"
+        _pre.email mail.to_s
+      end
     end
 
     unless _.post?

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