[31443] trunk/www/ports.php

ryandesign at macports.org ryandesign at macports.org
Sat Nov 24 02:54:34 PST 2007


Revision: 31443
          http://trac.macosforge.org/projects/macports/changeset/31443
Author:   ryandesign at macports.org
Date:     2007-11-24 02:54:32 -0800 (Sat, 24 Nov 2007)

Log Message:
-----------
Multiple maintainers are now shown separated by a space instead of squished together

Modified Paths:
--------------
    trunk/www/ports.php

Modified: trunk/www/ports.php
===================================================================
--- trunk/www/ports.php	2007-11-24 09:58:27 UTC (rev 31442)
+++ trunk/www/ports.php	2007-11-24 10:54:32 UTC (rev 31443)
@@ -123,6 +123,7 @@
                         $primary = 1;
                         while ($nrow = mysql_fetch_array($nresult)) {
                             if ($primary) { echo "<b>"; }
+                            else { echo " "; }
                             $addr = obfuscate_email($nrow[0]);
                             print $addr;
                             if ($primary) { echo "</b>"; }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071124/05eab8b4/attachment.html


More information about the macports-changes mailing list