[Xfce4-commits] [www/www.xfce.org] 01/01: Actually fix the feed creation progress...

noreply at xfce.org noreply at xfce.org
Sun May 21 22:30:33 CEST 2017


This is an automated email from the git hooks/post-receive script.

k   n   o   m   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/www.xfce.org.

commit 325bbf8d87b7c434f9f83312f70d8e0cf674fafd
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date:   Sun May 21 23:30:04 2017 +0300

    Actually fix the feed creation progress...
---
 pages/feed.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/feed.php b/pages/feed.php
index 7f78243..88867fa 100644
--- a/pages/feed.php
+++ b/pages/feed.php
@@ -50,7 +50,7 @@ foreach ($news as $item)
 
     foreach ($item['paragraphs'] as $p)
         if (is_array( $p ) )
-            foreach ( $p as $curp ) { echo '<p>'.fixup ($p).'</p>'; }
+            foreach ( $p as $curp ) { echo '<p>'.fixup ($curp).'</p>'; }
         else
             echo '<p>'.fixup ($p).'</p>';
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list