Index: trunk/ippMonitor/scripts/generate
===================================================================
--- trunk/ippMonitor/scripts/generate	(revision 18193)
+++ trunk/ippMonitor/scripts/generate	(revision 18212)
@@ -242,4 +242,5 @@
 	($label, $value, $string) = &parse_label ($show[$i]);
 	if ($show[$i] eq "none")  { next; }
+	if ($field[$i] eq "*") { print FILE "echo \"<td></td>\\n\";\n"; next; } # empty cell (no sort for such fields)
 	if ($label eq "op") {
 	    print FILE "write_sort_cell (\"list\", \"$opf{$value}\", \$buttonLink, \$ID, '$myFile');\n";
@@ -333,5 +334,5 @@
 	if (($field[$i] eq "*") || ($format[$i] eq "%s")) { 
 	    # * fields create an empty cell 
-	    print FILE "echo \"<td class=\\\"list\\\"> &nbsp; </td>\\n\";\n";
+	    print FILE "echo \"<td> &nbsp; </td>\\n\";\n";
 	} else {
 	    print FILE "write_query_row ('$field[$i]', $width[$i], 'max');\n";
