Center the proper column
authorJoey Schulze <joey@infodrom.org>
Sat, 5 May 2007 14:48:34 +0000 (14:48 +0000)
committerJoey Schulze <joey@infodrom.org>
Sat, 5 May 2007 14:48:34 +0000 (14:48 +0000)
src/Infodrom/logbook/index.wml

index aa38c2e..0d17274 100644 (file)
@@ -24,7 +24,7 @@
     $date = explode ("-", $date[0]);
     $date = sprintf ("%d.%d.%d %02d:%02d", $date[2], $date[1], $date[0], $time[0], $time[1]);
 
-    printf ("<tr><td align=\"center\">%s</td><td align=\"right\">%s</td><td><a href=\"show.php?id=%s\">%s</a></td></tr>",
+    printf ("<tr><td align=\"right\">%s</td><td align=\"center\">%s</td><td><a href=\"show.php?id=%s\">%s</a></td></tr>",
           $date, $row['category'], $row['id'], $row['teaser']);
   }
 ?>