summaryrefslogtreecommitdiff
path: root/pages/index
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2011-09-13 23:40:36 +0200
committerMichael Tänzer <neo@nhng.de>2011-09-13 23:40:36 +0200
commit3ee5e7ec915c91f0ce940c7bf84632772e75e2ee (patch)
treedc012b22dd2695f2181ff350e1a2a2c50c6f5e20 /pages/index
parent33ddc197b25f9d06f216aa0a3f2a9bf117010eaf (diff)
downloadcacert-devel-3ee5e7ec915c91f0ce940c7bf84632772e75e2ee.tar.gz
cacert-devel-3ee5e7ec915c91f0ce940c7bf84632772e75e2ee.tar.xz
cacert-devel-3ee5e7ec915c91f0ce940c7bf84632772e75e2ee.zip
bug 846: missing '=' slightly broke table layout
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages/index')
-rw-r--r--pages/index/1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index/1.php b/pages/index/1.php
index ecf8758..05d07fb 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"><?=sprintf(_("Help on Names"))?><br><?=sprintf(_("%sin the wiki%s"),'<a href="//wiki.cacert.org/FAQ/HowToEnterNamesInJoinForm" target="_blank">','</a>')?></td>
</tr>
<tr>