diff options
author | Felix Dörre <felix@dogcraft.de> | 2014-10-14 22:33:09 +0200 |
---|---|---|
committer | Felix Dörre <felix@dogcraft.de> | 2014-10-14 22:33:09 +0200 |
commit | b22298425ce0bc3292281c626876ca0b9d3a306c (patch) | |
tree | 8b0ceb383a0830b0e30aa4b40e7cdc68aea492a7 | |
parent | 7c1804cb62705362264cc6577f454f8571ac0c6e (diff) | |
download | cacert-devel-b22298425ce0bc3292281c626876ca0b9d3a306c.tar.gz cacert-devel-b22298425ce0bc3292281c626876ca0b9d3a306c.tar.xz cacert-devel-b22298425ce0bc3292281c626876ca0b9d3a306c.zip |
bug-1304: Fix the remaining ) in WoT/Rulesbug-1304
-rw-r--r-- | pages/wot/3.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/3.php b/pages/wot/3.php index 8a7289a..cb3a008 100644 --- a/pages/wot/3.php +++ b/pages/wot/3.php @@ -62,7 +62,7 @@ <li><?=_("Only if they were entered correctly the assurer gets access to the assurance page with the remaining data of the assuree.")?></li> <li><?=_("This page shows the names, date of birth and primary email address of the assuree.")?></li> <li><?=_("It has to be compared to the data written on the CAP-form by the assurer.")?></li> - <li><?=sprintf(_("If the data matches completely, the assurer may enter the assurance. (The acceptable discrepancies for the names can be found in the %sAssurance Handbook%s (AH)"), "<a href=\"//wiki.cacert.org/AssuranceHandbook2\">", "</a>")?></li> + <li><?=sprintf(_("If the data matches completely, the assurer may enter the assurance. (The acceptable discrepancies for the names can be found in the %sAssurance Handbook%s (AH))"), "<a href=\"//wiki.cacert.org/AssuranceHandbook2\">", "</a>")?></li> <li><?=_("The assurer has to enter the assurance points.")?></li> <li><?=_("The assurer has to acknowledge the face-to-face meeting with the assuree, that the data on the pages matches the assuree, and that the CCA is accepted by the assurer. ")?></li> |