diff options
author | INOPIAE <inopiae@cacert.org> | 2013-09-20 08:25:50 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-09-20 17:21:51 +0200 |
commit | 94b648a19f5e79a65daf5fa078c597f8b551cbc0 (patch) | |
tree | c7033012a2d353661157ec097f6554b0b179ca24 | |
parent | 3f4dbbec5f784f0bf25010126f20932ba11ae74c (diff) | |
download | cacert-devel-bug-988.tar.gz cacert-devel-bug-988.tar.xz cacert-devel-bug-988.zip |
bug 988: fixed typobug-988
-rw-r--r-- | pages/wot/16.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/16.php b/pages/wot/16.php index 90548b1..069b7a2 100644 --- a/pages/wot/16.php +++ b/pages/wot/16.php @@ -71,7 +71,7 @@ $ttp_assurances_count=$num_rows = mysql_num_rows($res); </tr> </table> <br/> -<form action="https://pdf.cacert.eu/cacertpdf.php" method="get" accept-charset="UFT-8"> +<form action="https://pdf.cacert.eu/cacertpdf.php" method="get" accept-charset="UTF-8"> <table align="center" class="wrapper"> <tr> <td colspan="2" class="title"><?= _('TTP CAP form creation')?></td> |