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  25ca1159a371576377a544204f9c42409ac2170d (commit)
      from  a5160f8e3bcb8f2602ddc8df65527b61fc2c3608 (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=25ca1159a371576377a544204f9c42409ac2170d

commit 25ca1159a371576377a544204f9c42409ac2170d
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed May 3 15:44:07 2017 +0200

    No need for &nbsp;

diff --git 
a/src/www/search/include/renderers/TrackersHtmlSearchRenderer.class.php 
b/src/www/search/include/renderers/TrackersHtmlSearchRenderer.class.php
index d054149..ee4934c 100644
--- a/src/www/search/include/renderers/TrackersHtmlSearchRenderer.class.php
+++ b/src/www/search/include/renderers/TrackersHtmlSearchRenderer.class.php
@@ -71,13 +71,13 @@ class TrackersHtmlSearchRenderer extends 
HtmlGroupSearchRenderer {
                                $rowColor = 0;
                        }
                        $return .= '<tr>'
-                                               . '<td style="width: 
5%">&nbsp;</td>'
-                                               . 
'<td>'.$row['artifact_id'].'</td>'
-                                               . 
'<td>'.util_make_link('/tracker/?func=detail&group_id='.$this->groupId.'&aid='.$row['artifact_id'].'&atid='.$row['group_artifact_id'],
+                                               .'<td style="width: 5%"></td>'
+                                               
.'<td>'.$row['artifact_id'].'</td>'
+                                               
.'<td>'.util_make_link('/tracker/?func=detail&group_id='.$this->groupId.'&aid='.$row['artifact_id'].'&atid='.$row['group_artifact_id'],
                                                                        
html_image('ic/tracker20g.png').' '.$row['summary'])
-                                                       .'</td>'
-                                               . '<td style="width: 
15%">'.$row['realname'].'</td>'
-                                               . '<td style="width: 
15%">'.relative_date($row['open_date']).'</td></tr>';
+                                               .'</td>'
+                                               .'<td style="width: 
15%">'.$row['realname'].'</td>'
+                                               .'<td style="width: 
15%">'.relative_date($row['open_date']).'</td></tr>';
                        $rowColor++;
                }
                return $return;

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

Summary of changes:
 .../include/renderers/TrackersHtmlSearchRenderer.class.php   | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to