[Xfce4-commits] [www/www.xfce.org] 01/01: Print each translator on a single line on the credits page

noreply at xfce.org noreply at xfce.org
Fri Mar 6 17:54:04 CET 2015


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

hjudt pushed a commit to branch master
in repository www/www.xfce.org.

commit e157b809130aa94ac250bc782493902d5b9707ad
Author: Harald Judt <h.judt at gmx.at>
Date:   Fri Mar 6 17:47:48 2015 +0100

    Print each translator on a single line on the credits page
---
 pages/about/credits.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/about/credits.php b/pages/about/credits.php
index c885585..273ba21 100644
--- a/pages/about/credits.php
+++ b/pages/about/credits.php
@@ -33,7 +33,7 @@ function print_translator_credits()
       echo $person.' <'.mungify_mail($mail).'>';
 
       if ($mail != $last)
-        echo ', ';
+        echo '<br />\n';
     }
 
     echo "</dd>\n";

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


More information about the Xfce4-commits mailing list