summaryrefslogtreecommitdiff
path: root/pages/index
diff options
context:
space:
mode:
authorBernhard Froehlich <bernhard@cacert.org>2011-09-25 01:34:43 +0200
committerBernhard Froehlich <bernhard@cacert.org>2011-09-25 01:34:43 +0200
commit1d0489468ab739a695deaecf09569a233ed54309 (patch)
tree34e5d705dfb5290b6b6334864c2ba2e51164fdd3 /pages/index
parent235788dbb6d050fe0c0d3a02771a508331c02e73 (diff)
parentb896a137cbb0ace737f74938e2ac65f05d8ac5bd (diff)
downloadcacert-devel-1d0489468ab739a695deaecf09569a233ed54309.tar.gz
cacert-devel-1d0489468ab739a695deaecf09569a233ed54309.tar.xz
cacert-devel-1d0489468ab739a695deaecf09569a233ed54309.zip
Merge remote-tracking branch 'origin/bug-846' into bug-846bug-846
Diffstat (limited to 'pages/index')
-rw-r--r--pages/index/1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index/1.php b/pages/index/1.php
index ecf8758..a60a242 100644
--- a/pages/index/1.php
+++ b/pages/index/1.php
@@ -31,7 +31,7 @@
<tr>
<td class="DataTD" width="125"><?=_("First Name")?>: </td>
<td class="DataTD" width="125"><input type="text" name="fname" value="<?=array_key_exists('fname',$_REQUEST)?sanitizeHTML($_REQUEST['fname']):""?>" autocomplete="off"></td>
- <td rowspan="4" class "DataTD" width="125"><?=sprintf(_("Help on Names"))?><br><?=sprintf(_("%sin the wiki%s"),'<a href="//wiki.cacert.org/FAQ/HowToEnterNamesInJoinForm" target="_blank">','</a>')?></td>
+ <td rowspan="4" class="DataTD" width="125"><? printf(_("Help on Names %sin the wiki%s"),'<a href="//wiki.cacert.org/FAQ/HowToEnterNamesInJoinForm" target="_blank">','</a>')?></td>
</tr>
<tr>
@@ -150,7 +150,7 @@
<td class="DataTD" colspan="3"><?=_("When you click on next, we will send a confirmation email to the email address you have entered above.")?></td>
</tr>
<tr>
- <td class="DataTD" colspan="3"><input type="checkbox" name="cca_agree" value="1" <?=array_key_exists('cca_agree',$_SESSION['signup'])? ($_SESSION['signup']['cca_agree'] == "1" ?"checked=\"checked\"":""):"" ?> ><?=_("I agree to the terms and conditions of the CAcert Community Agreement")?>: <a href="/policy/CAcertCommunityAgreement.php">//www.cacert.org/policy/CAcertCommunityAgreement.php</a></td>
+ <td class="DataTD" colspan="3"><input type="checkbox" name="cca_agree" value="1" <?=array_key_exists('cca_agree',$_SESSION['signup'])? ($_SESSION['signup']['cca_agree'] == "1" ?"checked=\"checked\"":""):"" ?> ><?=_("I agree to the terms and conditions of the CAcert Community Agreement")?>: <a href="/policy/CAcertCommunityAgreement.php">http://www.cacert.org/policy/CAcertCommunityAgreement.php</a></td>
</tr>
<tr>