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  9060dd778062627fe4e523ab874314b20da317a6 (commit)
      from  9ad6a52eccf2bb2d9a9d480ec3b2623e8d001fc4 (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=9060dd778062627fe4e523ab874314b20da317a6

commit 9060dd778062627fe4e523ab874314b20da317a6
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Apr 26 14:00:33 2017 +0200

    Use CSS

diff --git a/src/common/widget/Widget_Rss.class.php 
b/src/common/widget/Widget_Rss.class.php
index 0f36af4..6710eb9 100644
--- a/src/common/widget/Widget_Rss.class.php
+++ b/src/common/widget/Widget_Rss.class.php
@@ -65,7 +65,7 @@ require_once 'Widget.class.php';
                                $content .= $HTML->listTableTop();
                                $i = 0;
                                foreach($items as $key => $item){
-                                       $content .= '<tr><td width="99%">';
+                                       $content .= '<tr><td 
style="width:99%">';
                                        if ($image = $item->get_link(0, 
'image')) {
                                                //hack to display twitter avatar
                                                $content .= '<img src="'.  
$hp->purify($image, CODENDI_PURIFIER_CONVERT_HTML)  .'" style="float:left; 
margin-right:1em;" />';

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

Summary of changes:
 src/common/widget/Widget_Rss.class.php | 2 +-
 1 file changed, 1 insertion(+), 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