whoops move the HR divider to the top

This commit is contained in:
james 2005-03-09 23:26:50 +00:00
parent f5ec84a499
commit 26f6e8ffef

View File

@ -214,6 +214,7 @@ function delbuttonclicked(team_id,team_num,judge)
foreach($teams AS $team)
{
echo "<hr>";
echo "<table>";
echo "<tr><td valign=top>";
@ -235,7 +236,6 @@ function delbuttonclicked(team_id,team_num,judge)
echo "</table>";
echo "</td></tr></table>";
echo "<hr>";
}