diff options
author | Michael Tänzer <neo@nhng.de> | 2013-08-25 00:53:20 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2013-08-25 00:53:20 +0200 |
commit | 4a3ba3b7c9525501bcbf71ad0ad048f5a99018b4 (patch) | |
tree | e7dfd2b1fbeecbcd129dc008ef352a966843d956 | |
parent | c34d0d386d2efb408cdc2dbd512a67ca259abea3 (diff) | |
parent | b3f92f6473bc302bddb5efe7f3b6e200625cfacb (diff) | |
download | cacert-devel-4a3ba3b7c9525501bcbf71ad0ad048f5a99018b4.tar.gz cacert-devel-4a3ba3b7c9525501bcbf71ad0ad048f5a99018b4.tar.xz cacert-devel-4a3ba3b7c9525501bcbf71ad0ad048f5a99018b4.zip |
Merge branch 'bug-1123' into merge-bug-1177-893-1136-1123-1137
Conflicts:
pages/account/10.php
Signed-off-by: Michael Tänzer <neo@nhng.de>
-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 48bcb1f..6371f76 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -41,6 +41,6 @@ <textarea name="CSR" cols="80" rows="15"></textarea><br /> <p><input type="checkbox" name="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.")?></p> -<input type="submit" name="process" value="<?=_("Submit")?>"/> -<input type="hidden" name="oldid" value="<?=$id?>"/> +<input type="submit" name="process" value="<?=_("Submit")?>" /> +<input type="hidden" name="oldid" value="<?=$id?>" /> </form> |