Center the category
authorJoey Schulze <joey@infodrom.org>
Sat, 5 May 2007 14:46:55 +0000 (14:46 +0000)
committerJoey Schulze <joey@infodrom.org>
Sat, 5 May 2007 14:46:55 +0000 (14:46 +0000)
src/Infodrom/logbook/find.wml

index 317d375..f37342b 100644 (file)
@@ -71,7 +71,7 @@
       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']);
     } else {
-      printf ("<tr><td align=\"right\">%s</td><td>%s</td><td><a href=\"show.php?id=%s\">%s</a>"
+      printf ("<tr><td align=\"right\">%s</td><td align=\"center\">%s</td><td><a href=\"show.php?id=%s\">%s</a>"
             ." (<a href=\"http://www.infodrom.org/~joey/log/?%s\">pub</a>)</td></tr>",
             $date, $row['category'], $row['id'], $row['teaser'], $row['id']);
     }