--- sites/all/modules/workspace/workspace.module.old	2007-11-05 08:46:11.000000000 -0600
+++ sites/all/modules/workspace/workspace.module	2008-08-12 12:38:58.000000000 -0500
@@ -248,8 +248,8 @@ function workspace_list() {
         node_get_types('name', $row->type),
         l($row->title, "node/$row->nid"),
         $name,
-        $row->status ? $yes : $no,
-        format_date($row->changed, 'small'),
+        array('data' => $row->status ? $yes : $no, 'align' => 'center'),
+        format_date($row->changed, 'custom', 'm/d/y'),
         $comments_enabled ? array('data' => $row->comment_count ? $row->comment_count : 0, 'align' => 'right') : array('data' => ''),
         $can_edit ? l(t('edit'), "node/$row->nid/edit") : '',
         $can_delete ? l(t('delete'), "workspace/delete/$row->nid") : ''
