From 496159138c76bc6546c0ba323c0ca85d6892855d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Tue, 24 Sep 2013 23:57:15 +0200 Subject: bug 1137: Fix broken CCA link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/wot/6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/wot/6.php b/pages/wot/6.php index 1031090..3ca74c2 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -53,7 +53,7 @@ AssureTextLine("",_("Only tick the next box if the Assurance was face to face.")); AssureBoxLine("assertion",_("I believe that the assertion of identity I am making is correct, complete and verifiable. I have seen original documentation attesting to this identity. I accept that the CAcert Arbitrator may call upon me to provide evidence in any dispute, and I may be held responsible."),array_key_exists('assertion',$_POST) && $_POST['assertion'] == 1); AssureBoxLine("rules",_("I have read and understood the CAcert Community Agreement (CCA), Assurance Policy and the Assurance Handbook. I am making this Assurance subject to and in compliance with the CCA, Assurance policy and handbook."),array_key_exists('rules',$_POST) && $_POST['rules'] == 1); - AssureTextLine(_("Policy"),""._("CAcert Community Agreement")." -"._("Assurance Policy")." - "._("Assurance Handbook").""); + AssureTextLine(_("Policy"),""._("CAcert Community Agreement")." -"._("Assurance Policy")." - "._("Assurance Handbook").""); AssureInboxLine("points",_("Points"),"","
(Max. ".maxpoints().")"); AssureFoot($id,_("I confirm this Assurance")); ?> -- cgit v1.2.1