Index: trunk/ippMonitor/def/autocode.php
===================================================================
--- trunk/ippMonitor/def/autocode.php	(revision 18143)
+++ trunk/ippMonitor/def/autocode.php	(revision 18193)
@@ -69,7 +69,8 @@
 // set up the table
 echo "<table class=list>\n";
-echo "<tr>\n";
+
+// echo "<tr><td></td>\n"; // first field is a label set below for the query rows only
 // ** TABLE HEADER **
-echo "</tr>\n";
+// echo "</tr>\n";
 
 // query restriction form
@@ -86,5 +87,5 @@
   // ** TD CLASS **
 
-  echo "<tr>\n";
+  echo "<tr><td></td>\n";
   // ** TABLE DATA **
   echo "</tr>\n";
