cs_table_row { -space "<td> </td>" } columnsWhat it does:
Generates a table data row.Defined in: /web/philip/tcl/cs-admin-defs.tcl
Source code:
arg_parser_for_cs_table_row $args return "<tr><td>[join $columns "</td>$space<td>"]</td></tr>"