diff options
Diffstat (limited to 'pages/account/3.php')
-rw-r--r-- | pages/account/3.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/3.php b/pages/account/3.php index 2402ae4..4c839f7 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -116,7 +116,7 @@ if($_SESSION['profile']['points'] >= 50) </tr> <tr> <td class="DataTD"> - <input type="checkbox" name="CCA"" /> + <input type="checkbox" name="CCA" /> </td> <td class="DataTD" align="left"> <strong><?=sprintf(_("I accept the CAcert Community Agreement (%s)."),"<a href='/policy/CAcertCommunityAgreement.html'>CCA</a>")?></strong><br /> |