Skip to content

Commit

Permalink
TWEAK: Moved ranked question table to align left
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@228 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Apr 15, 2003
1 parent 72178a6 commit 06f4f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/dataentry.php
Expand Up @@ -525,7 +525,7 @@
}
$choicelist .= "\t\t\t\t\t\t</select>\n";

echo "\t\t\t<table align='center' border='0' cellspacing='5'>\n";
echo "\t\t\t<table align='left' border='0' cellspacing='5'>\n";
echo "\t\t\t\t<tr>\n";
echo "\t\t\t\t</tr>\n";
echo "\t\t\t\t<tr>\n";
Expand Down Expand Up @@ -1110,7 +1110,7 @@
}
$choicelist .= "\t\t\t\t\t\t</select>\n";

echo "\t\t\t<table align='center' border='0' cellspacing='5'>\n";
echo "\t\t\t<table align='left' border='0' cellspacing='5'>\n";
echo "\t\t\t\t<tr>\n";
echo "\t\t\t\t</tr>\n";
echo "\t\t\t\t<tr>\n";
Expand Down

0 comments on commit 06f4f9c

Please sign in to comment.