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  53eda62a6fd4c7cb562ef9756d7de36b50945b28 (commit)
      from  714e813c2b00d6d91186d03425bf67d480282b1c (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=53eda62a6fd4c7cb562ef9756d7de36b50945b28

commit 53eda62a6fd4c7cb562ef9756d7de36b50945b28
Author: Franck Villaume <[email protected]>
Date:   Thu May 9 18:10:09 2019 +0200

    fix css handling with flex display

diff --git a/src/www/news/news_utils.php b/src/www/news/news_utils.php
index 09f11b9..edd4ef7 100644
--- a/src/www/news/news_utils.php
+++ b/src/www/news/news_utils.php
@@ -123,7 +123,6 @@ function news_show_latest($group_id = 0, $limit = 10, 
$show_summaries = true, $a
        if (!$result || $rows < 1) {
                $return .= $HTML->warning_msg(_('No news found.'));
                $return .= db_error();
-//             $return .= "</div>";
        } else {
                for ($i=0; $i<$rows; $i++) {
                        $t_thread_title = db_result($result,$i,'summary');
@@ -160,11 +159,11 @@ function news_show_latest($group_id = 0, $limit = 10, 
$show_summaries = true, $a
                                } else {
                                        $return .= '<h3>'. $t_thread_title . 
'</h3>';
                                }
-                               $return .= "<div>";
+                               $return .= '<div class="box">';
                                $return .= $t_thread_author;
-                               $return .= ' - ';
+                               $return .= '&nbsp;-&nbsp;';
                                $return .= 
relative_date(db_result($result,$i,'post_date'));
-                               $return .= ' - ';
+                               $return .= '&nbsp;-&nbsp;';
                                $return .= $proj_name ;
                                $return .= "</div>\n";
 

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

Summary of changes:
 src/www/news/news_utils.php | 7 +++----
 1 file changed, 3 insertions(+), 4 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