diff options
author | Michael Tänzer <neo@nhng.de> | 2014-03-19 01:19:57 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2014-03-19 01:19:57 +0100 |
commit | f90c5f995d3842e83fb41aaac2b5254414d8a262 (patch) | |
tree | 59b1d1aa89509c74ccef08ad9d0263b78c6741e0 /pages/account/10.php | |
parent | 233557135e4849f974bd893ab4250edac55a128d (diff) | |
download | cacert-devel-f90c5f995d3842e83fb41aaac2b5254414d8a262.tar.gz cacert-devel-f90c5f995d3842e83fb41aaac2b5254414d8a262.tar.xz cacert-devel-f90c5f995d3842e83fb41aaac2b5254414d8a262.zip |
bug 807: Some more HTML cleanup
Signed-off-by: Michael Tänzer <neo@nhng.de>
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 b2be1ff..03e3bd3 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -46,8 +46,8 @@ <? if($_SESSION['profile']['points'] >= 50) { ?> <p> - <input type="radio" id="root1" name="rootcert" value="1"/> <label for="root1"><?=_("Sign by class 1 root certificate")?></label><br /> - <input type="radio" id="root2" name="rootcert" value="2" checked/> <label for="root2"><?=_("Sign by class 3 root certificate")?></label> + <input type="radio" id="root1" name="rootcert" value="1" /> <label for="root1"><?=_("Sign by class 1 root certificate")?></label><br /> + <input type="radio" id="root2" name="rootcert" value="2" checked="checked" /> <label for="root2"><?=_("Sign by class 3 root certificate")?></label> </p> <p><?=_("Please note: The class 3 root certificate needs to be setup in your webserver as a chained certificate, while slightly more complicated to setup, this root certificate is more likely to be trusted by more people.")?></p> <? } ?> |