summaryrefslogtreecommitdiff
path: root/pages/wot/6.php
diff options
context:
space:
mode:
authorMartin Gummi <martin.gummi@gmx.net>2013-09-11 00:09:12 +0200
committerMartin Gummi <martin.gummi@gmx.net>2013-09-11 00:09:12 +0200
commit9d3c788e6f53da821b2fb21e2dd3b98d1b4c479c (patch)
treecbf91a997816d9432a26f6c8d2f0b3ce2e74b447 /pages/wot/6.php
parent5f3afcd2010b491adb0258689c5660d02b77e324 (diff)
downloadcacert-devel-9d3c788e6f53da821b2fb21e2dd3b98d1b4c479c.tar.gz
cacert-devel-9d3c788e6f53da821b2fb21e2dd3b98d1b4c479c.tar.xz
cacert-devel-9d3c788e6f53da821b2fb21e2dd3b98d1b4c479c.zip
bug-1208: chg accountdetail.suffix
Diffstat (limited to 'pages/wot/6.php')
-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 3a4b1df..22bdd85 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 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));
AssureTextLine(_("Name"), sprintf(
- "<span class=\"accountdetail name\"><span class=\"accountdetail fname\">%s</span> <span class=\"accountdetail mname\">%s</span> <span class=\"accountdetail lname\">%s</span> <span class=\"suffix\">%s</span></span>",
+ "<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>",
$fname, $mname, $lname, $suffix
));
AssureTextLine(_("Date of Birth"),$dob_print);