Use a colspan of 5

This commit is contained in:
Scott Ullrich 2005-06-25 22:31:40 +00:00
parent 50fe1fefc8
commit 148ed32fd1

View File

@ -137,7 +137,7 @@ $pkg_sizes = get_pkg_sizes();
<?php
}
} else {
echo "<tr><td colspan=\"3\"><center>There are currently no available packages for installation.</td></tr>";
echo "<tr><td colspan=\"5\"><center>There are currently no available packages for installation.</td></tr>";
}
?>
</table>