index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-02-19 10:19:59 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-02-19 10:19:59 +0100 |
commit | dbbe9efceecb646acf5ee9d4565a8ab69e7d879b (patch) | |
tree | ffd742b7093da9837d557c7efddb38be291c0241 /lib | |
parent | 88ee8652dcb8c7902ecef92b1b7e2fd8f128d35d (diff) |
-rw-r--r-- | lib/style.php | 2 |
diff --git a/lib/style.php b/lib/style.php index 0a2b62c..5bec6c2 100644 --- a/lib/style.php +++ b/lib/style.php @@ -299,7 +299,7 @@ function print_listing($list, $print_order_links, $list_content_type) { print " </td>\n"; print " <td>\n"; print " " . $row["count"] . "\n"; - print " </td>"; + print " </td>\n"; } print " <td>\n"; print " "; |