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 3ed6ff1  fix condition check
3ed6ff1 is described below

commit 3ed6ff12fcc1e13f25721e6b59537e8b9c6b9948
Author: Sam Ruby <[email protected]>
AuthorDate: Sat Apr 18 19:56:01 2020 -0400

    fix condition check
---
 www/board/calendar.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/calendar.cgi b/www/board/calendar.cgi
index 023aa87..2e83e7e 100755
--- a/www/board/calendar.cgi
+++ b/www/board/calendar.cgi
@@ -51,7 +51,7 @@ _html do
     set to #{@time} #{@zone}, rotating each meeting time by #{rotate} hours.
   }
   
-  if rotate != 0
+  if rotate == 0
     _p.bg_danger %{
       This background color indicate a local time change from the previous
       month.

Reply via email to