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  132fd0e3ac52c8626b4715d24ae7ae97cc4e732c (commit)
      from  fd27ef4568bebead87946b140936868dce416bfe (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=132fd0e3ac52c8626b4715d24ae7ae97cc4e732c

commit 132fd0e3ac52c8626b4715d24ae7ae97cc4e732c
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Jul 6 14:16:30 2016 +0200

    Use <th> for title

diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index cd9f7c0..0b66c8c 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -955,13 +955,14 @@ if (isset($params['group']) && $params['group']) {
                        $row_attrs['class'] .= '';
                }
                $return = html_ao('tr', $row_attrs);
+               $type = $istitle ? 'th' : 'td';
                for ( $c = 0; $c < count($cell_data); $c++ ) {
                        $locAp = html_ap();
                        $cellAttrs = array();
                        foreach (array_slice($cell_data[$c],1) as $k => $v) {
                                $cellAttrs[$k] = $v;
                        }
-                       $return .= html_ao('td', $cellAttrs);
+                       $return .= html_ao($type, $cellAttrs);
                        if ( $istitle ) {
                                $return .= html_ao('span', array('class' => 
'multiTableRowTitle'));
                        }

-----------------------------------------------------------------------

Summary of changes:
 src/www/include/Layout.class.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to