diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-10 14:59:24 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-10 14:59:24 +0000 |
commit | e875c365c3b171e6725305df35c47de530964ac0 (patch) | |
tree | f96d9b5f47e229f3c5525ec9f8f1cde33567ba08 /test_index.php | |
parent | 0adad283500d22dcd2ce5c32d969dbcbb699e7f5 (diff) | |
download | pkgsubmit-e875c365c3b171e6725305df35c47de530964ac0.tar pkgsubmit-e875c365c3b171e6725305df35c47de530964ac0.tar.gz pkgsubmit-e875c365c3b171e6725305df35c47de530964ac0.tar.bz2 pkgsubmit-e875c365c3b171e6725305df35c47de530964ac0.tar.xz pkgsubmit-e875c365c3b171e6725305df35c47de530964ac0.zip |
remove unneeded column for status
Diffstat (limited to 'test_index.php')
-rw-r--r-- | test_index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test_index.php b/test_index.php index e83ddce..1d595ae 100644 --- a/test_index.php +++ b/test_index.php @@ -202,7 +202,6 @@ $tmpl = <<<T <span class="timeinfo">%s</span></td> <td>%s <span class="media">%s/%s</span></td> - <td class="status-box"></td> T; if ($total > 0) { |