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 3b0d1cf  Indentation
3b0d1cf is described below

commit 3b0d1cf1a1b1dc7fa2c0032a3811c2fbbe8f8e97
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 2 01:28:07 2022 +0000

    Indentation
---
 www/board/subscriptions.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/subscriptions.cgi b/www/board/subscriptions.cgi
index 0c22b04..89f765f 100755
--- a/www/board/subscriptions.cgi
+++ b/www/board/subscriptions.cgi
@@ -92,7 +92,7 @@ _html do
                 if person.asf_member? == true
                   _td! {_strong {_a id, href: href}}
                 else
-                _td! {_em {_a id, href: href}}
+                  _td! {_em {_a id, href: href}}
                 end
               elsif id.include? '*'
                 _td.text_danger id

Reply via email to