Update of /cvsroot/fink/web/pdb
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22096/web/pdb

Modified Files:
        browse.php 
Log Message:
Remove those \n =)


Index: browse.php
===================================================================
RCS file: /cvsroot/fink/web/pdb/browse.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- browse.php  26 Jul 2012 16:17:02 -0000      1.37
+++ browse.php  5 Feb 2013 23:49:17 -0000       1.38
@@ -238,8 +238,8 @@
        }
        if (!is_array($packages)) {
                print '<tr class="package">';
-               print 'Invalid query\n';
-               print 'Please try again: <a 
href="http://pdb.finkproject.org/pdb/browse.php?nolist=on";>Search</a></tr>\n';
+               print 'Invalid query: ';
+               print 'Please try again: <a 
href="http://pdb.finkproject.org/pdb/browse.php?nolist=on";>Search</a></tr><br/>';
        } else {
                foreach ($packages as $id => $package) {
                        if (!isset($package['version_stable'])) 
$package['version_stable'] = "";


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to