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 b619df7dd49bb97f918e726d0ba550623cf79d89 (commit)
from 21a6db3f2219c42cfb00247ce2ba5f1550b413b5 (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=b619df7dd49bb97f918e726d0ba550623cf79d89
commit b619df7dd49bb97f918e726d0ba550623cf79d89
Author: Franck Villaume <[email protected]>
Date: Fri Nov 11 14:11:29 2016 +0100
fix HTML syntax
diff --git a/src/common/widget/WidgetLayout_Row.class.php
b/src/common/widget/WidgetLayout_Row.class.php
index d591d74..fd506dc 100644
--- a/src/common/widget/WidgetLayout_Row.class.php
+++ b/src/common/widget/WidgetLayout_Row.class.php
@@ -43,14 +43,13 @@ class WidgetLayout_Row {
function display($readonly, $owner_id, $owner_type) {
global $HTML;
echo $HTML->listTableTop(array(), array(), '',
'mainwidget_table'.$this->id);
- echo html_ao('tbody');
echo html_ao('tr', array('style' => 'vertical-align:top;'));
$last = count($this->columns) - 1;
$i = 0;
foreach($this->columns as $key => $nop) {
$this->columns[$key]->display($readonly, $owner_id,
$owner_type, $is_last = ($i++ == $last));
}
- echo html_ac(html_ap() -2);
+ echo html_ac(html_ap() -1);
echo $HTML->listTableBottom();
}
-----------------------------------------------------------------------
Summary of changes:
src/common/widget/WidgetLayout_Row.class.php | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits