diff options
Diffstat (limited to 'pages/account/3.php')
-rw-r--r-- | pages/account/3.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/3.php b/pages/account/3.php index d991086..b760c11 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -120,7 +120,7 @@ if($_SESSION['profile']['points'] >= 50) <tr name="expert"> <td class="DataTD" colspan="2"><textarea name="optionalCSR" cols="80" rows="5"></textarea></td> </tr> - <tr> + <tr> <td class="DataTD"> <input type="checkbox" name="CCA" /> </td> @@ -129,7 +129,7 @@ if($_SESSION['profile']['points'] >= 50) <?=_("Please Note: You need to accept the CCA to proceed.")?> </td> </tr> - <tr> + <tr> <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Next")?>" /></td> </tr> </table> |