diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-10 20:00:33 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-10 20:00:33 +0000 |
commit | 281178d7a6583f4e32529af685fde55465bffdcd (patch) | |
tree | 6239b42facaa15fc6cc25ba9c7d82173a1f64c7e /test_index.php | |
parent | c526f943798db97a5f10b5aeffb017e86b639571 (diff) | |
download | pkgsubmit-281178d7a6583f4e32529af685fde55465bffdcd.tar pkgsubmit-281178d7a6583f4e32529af685fde55465bffdcd.tar.gz pkgsubmit-281178d7a6583f4e32529af685fde55465bffdcd.tar.bz2 pkgsubmit-281178d7a6583f4e32529af685fde55465bffdcd.tar.xz pkgsubmit-281178d7a6583f4e32529af685fde55465bffdcd.zip |
no wrap in status cells
Diffstat (limited to 'test_index.php')
-rw-r--r-- | test_index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_index.php b/test_index.php index b1b93d3..d87f70d 100644 --- a/test_index.php +++ b/test_index.php @@ -243,7 +243,7 @@ if ($total > 0) { $typestr = "<span title='$typealt'>$typestr</a>"; } - $s .= '<td>'; + $s .= '<td class="status">'; $show_time = ''; if ($p['type'] == 'uploaded') { |