Changeset:
        3c25afbae66d
        
https://sourceforge.net/p/mrbs/hg-code/ci/3c25afbae66d3f2c41b84c86b40ed82fab43f8ec
Author:
        Campbell Morrison <cimorri...@hg.code.sf.net>
Date:
        Wed Mar 15 09:23:32 2017 +0000
Log message:

Removed &nbsp; from blank cells.  No longer necessary with today's browsers.

diffstat:

 web/mincals.inc |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (16 lines):

diff -r 1a178d511adc -r 3c25afbae66d web/mincals.inc
--- a/web/mincals.inc   Wed Mar 15 09:20:34 2017 +0000
+++ b/web/mincals.inc   Wed Mar 15 09:23:32 2017 +0000
@@ -228,11 +228,7 @@
             } 
           }
         }
-          
-        else    // invalid days of the month
-        {
-          $s .= "&nbsp;";
-        }
+        
         $s .= "</td>\n";
         $d++;
       }  // end for days in the week

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
Mrbs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to