[Xfce4-commits] [www/www.xfce.org] 01/01: Fix quotes in previous commit

noreply at xfce.org noreply at xfce.org
Fri Mar 6 18:05:26 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 e2b2b41047756a7da91acc2ea0a0ac427db2901a
Author: Harald Judt <h.judt at gmx.at>
Date:   Fri Mar 6 18:04:37 2015 +0100

    Fix quotes in previous commit
---
 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 273ba21..0be73a8 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 '<br />\n';
+        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