This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via b63bf54601db5267f351f1069eaf8eab22225617 (commit)
from fc79e6c87371399b482407d48dc667fc465b2124 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=b63bf54601db5267f351f1069eaf8eab22225617
commit b63bf54601db5267f351f1069eaf8eab22225617
Author: Franck Villaume <[email protected]>
Date: Sat Apr 13 18:51:58 2019 +0200
use HTML rather plain html
diff --git a/src/www/activity/index.php b/src/www/activity/index.php
index 0cab07c..eb38df9 100644
--- a/src/www/activity/index.php
+++ b/src/www/activity/index.php
@@ -247,7 +247,9 @@ echo $HTML->closeForm();
}
if ($last_day != strftime($date_format,
$arr['activity_date'])) {
- echo '<tr class="tableheading"><td
colspan="3">'.strftime($date_format, $arr['activity_date']).'</td></tr>';
+ $cells = array();
+ $cells[] = array(strftime($date_format,
$arr['activity_date']), 'colspan' => 3);
+ echo $HTML->multiTableRow(array('class' =>
'tableheading'), $cells);
$last_day=strftime($date_format,
$arr['activity_date']);
}
$cells = array();
-----------------------------------------------------------------------
Summary of changes:
src/www/activity/index.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits