From a5eacb26a1276b7fd7dea62e15a3638621c342db Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Mon, 9 Sep 2013 02:43:33 +0200 Subject: bug 1208: Fix missing closing brackets --- pages/wot/6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/wot') diff --git a/pages/wot/6.php b/pages/wot/6.php index d1565ba..3a4b1df 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -69,7 +69,7 @@ AssureTextLine(_("Name"), sprintf( "%s %s %s %s", $fname, $mname, $lname, $suffix - ); + )); AssureTextLine(_("Date of Birth"),$dob_print); AssureMethodLine(_("Method"),$methods,''); AssureBoxLine("certify",sprintf(_("I certify that %s %s %s has appeared in person."), $fname, $mname, $lname),array_key_exists('certify',$_POST) && $_POST['certify'] == 1); -- cgit v1.2.1