Changeset:
        70f0280c07a8
        
https://sourceforge.net/p/mrbs/hg-code/ci/70f0280c07a83dbd2472861c8f1683148ffd9db1
Author:
        Campbell Morrison <[email protected]>
Date:
        Fri Dec 18 14:33:50 2015 +0000
Log message:

Fixed problem with day links in the wek view.   See SF bugs #339

diffstat:

 web/functions_table.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r df37ca6806f8 -r 70f0280c07a8 web/functions_table.inc
--- a/web/functions_table.inc   Wed Dec 16 21:33:34 2015 +0000
+++ b/web/functions_table.inc   Fri Dec 18 14:33:50 2015 +0000
@@ -1125,10 +1125,10 @@
       else  
       {
         // Put the date into a data attribute so that it can be picked up by 
JavaScript
-        $header_inner .= '<th data-date="' . $date . '" style="width: ' . 
$column_width . '%>' .
+        $header_inner .= '<th data-date="' . $date . '" style="width: ' . 
$column_width . '%">' .
                          '<a href="day.php?year=' . strftime("%Y", $t) . 
                          '&amp;month=' . strftime("%m", $t) . '&amp;day=' . 
strftime('%d', $t) . 
-                         '&amp;area=' . $area_id . ' title="' . 
get_vocab('viewday') . '">' .
+                         '&amp;area=' . $area_id . '" title="' . 
get_vocab('viewday') . '">' .
                          utf8_strftime($dformat, $t) . "</a></th>\n";
       }
     }  // for ($j = 0 ...

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to