[ros-diffs] [cfinck] 40195: Prettify output a bit in case we have no search results :-)

cfinck at svn.reactos.org cfinck at svn.reactos.org
Mon Mar 23 23:28:34 CET 2009


Author: cfinck
Date: Tue Mar 24 01:28:33 2009
New Revision: 40195

URL: http://svn.reactos.org/svn/reactos?rev=40195&view=rev
Log:
Prettify output a bit in case we have no search results :-)

Modified:
    branches/danny-web/reactos.org/htdocs/testman/js/index.js.php

Modified: branches/danny-web/reactos.org/htdocs/testman/js/index.js.php
URL: http://svn.reactos.org/svn/reactos/branches/danny-web/reactos.org/htdocs/testman/js/index.js.php?rev=40195&r1=40194&r2=40195&view=diff
==============================================================================
--- branches/danny-web/reactos.org/htdocs/testman/js/index.js.php [iso-8859-1] (original)
+++ branches/danny-web/reactos.org/htdocs/testman/js/index.js.php [iso-8859-1] Tue Mar 24 01:28:33 2009
@@ -294,7 +294,7 @@
 	
 		if(!results.length)
 		{
-			html += '<tr class="even"><td colspan="5"><?php echo addslashes($testman_langres["noresults"]); ?><\/td><\/tr>';
+			html += '<tr class="even"><td colspan="6"><?php echo addslashes($testman_langres["noresults"]); ?><\/td><\/tr>';
 		}
 		else
 		{



More information about the Ros-diffs mailing list