diff options
Diffstat (limited to 'pages/account/10.php')
-rw-r--r-- | pages/account/10.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/account/10.php b/pages/account/10.php index 317fc0e..df95b48 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -74,8 +74,8 @@ foreach (HashAlgorithms::display_strings() as $algorithm => $display_string) { </div> </fieldset> -<p><input type="checkbox" id="CCA" name="CCA" /> <label for="CCA"><strong><?=sprintf(_("I accept the CAcert Community Agreement (%s)."),"<a href='/policy/CAcertCommunityAgreement.html'>CCA</a>")?></strong></label><br /> - <?=_("Please note: You need to accept the CCA to proceed.")?></p> +<p><input type="checkbox" id="CCA" name="CCA" /> <label for="CCA"><strong><?=sprintf(_("I accept the CAcert Community Agreement (%s)."),"<a href='/policy/CAcertCommunityAgreement.html'>CCA</a>")?></strong><br /> + <?=_("Please note: You need to accept the CCA to proceed.")?></label></p> <input type="submit" name="process" value="<?=_("Submit")?>" /> <input type="hidden" name="oldid" value="<?=$id?>" /> </form> |