summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorMartin Gummi <martin.gummi@gmx.net>2013-10-09 01:26:15 +0200
committerMartin Gummi <martin.gummi@gmx.net>2013-10-09 01:26:15 +0200
commitd02fa95efa8f98f39f25d9f0a0683c19e7fbbd72 (patch)
tree628732a7164d210854c053ffff85a701db410584 /pages
parent927ee0eef0ddc5a12eb594e3e1acf94b1432c65f (diff)
downloadcacert-devel-d02fa95efa8f98f39f25d9f0a0683c19e7fbbd72.tar.gz
cacert-devel-d02fa95efa8f98f39f25d9f0a0683c19e7fbbd72.tar.xz
cacert-devel-d02fa95efa8f98f39f25d9f0a0683c19e7fbbd72.zip
bug-1208: fix html typo 2ndbug-1208
Diffstat (limited to 'pages')
-rw-r--r--pages/wot/6.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php
index 6376b13..ef8cac7 100644
--- a/pages/wot/6.php
+++ b/pages/wot/6.php
@@ -67,7 +67,7 @@
AssureHead(_("Assurance Confirmation"),sprintf(_("Please check the following details match against what you witnessed when you met %s %s %s %s in person. You MUST NOT proceed unless you are sure the details are correct. You may be held responsible by the CAcert Arbitrator for any issues with this Assurance."), $fname, $mname, $lname, $suffix));
AssureTextLine(_("Name"), sprintf(
- "<tt><span class=\"accountdetail name\"><span class=\"accountdetail fname\">%s</span> <span class=\"accountdetail mname\">%s</span> <span class=\"accountdetail lname\">%s</span> <span class=\"accountdetail suffix\">%s</span></span><tt>",
+ "<tt><span class=\"accountdetail name\"><span class=\"accountdetail fname\">%s</span> <span class=\"accountdetail mname\">%s</span> <span class=\"accountdetail lname\">%s</span> <span class=\"accountdetail suffix\">%s</span></span></tt>",
$fname, $mname, $lname, $suffix
));
AssureTextLine(_("Date of Birth"),$dob_print);