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 8b7e257  Wrong place
8b7e257 is described below

commit 8b7e2574328ad80c45312bacb82e3853c96ee775
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 13 14:18:49 2019 +0000

    Wrong place
---
 www/members/security-subs.cgi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/www/members/security-subs.cgi b/www/members/security-subs.cgi
index 3eacc77..d83ddbb 100755
--- a/www/members/security-subs.cgi
+++ b/www/members/security-subs.cgi
@@ -41,13 +41,13 @@ _html do
     }
 
   ) do
-    _p do
-      _ 'The counts below exclude the archivers, using the highlights: '
-      _span.bg_danger NOSUBSCRIBERS
-      _span.bg_warning TOOFEW
-    end
     path = ENV['PATH_INFO'].sub('/', '')
     if path == ''
+      _p do
+        _ 'The counts below exclude the archivers, using the highlights: '
+        _span.bg_danger NOSUBSCRIBERS
+        _span.bg_warning TOOFEW
+      end
       _table.table.table_responsive do
         _tr do
           _th.col_xs_1.text_right 'count'

Reply via email to