diff options
author | Benny Baumann <BenBE@geshi.org> | 2014-07-15 20:25:46 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2014-07-15 20:25:46 +0200 |
commit | 197205a43d5fbdfb9371c65881a6a6d5b965900a (patch) | |
tree | 26d8bc43a20b178fe5bd0033f36ebc73b9cb0f69 /pages/wot | |
parent | f9c2dfc3296b88328d49a8e4b6417835713a632b (diff) | |
parent | 746465b4024f1ab6f2c7dad9759b46c0e7fb77df (diff) | |
download | cacert-devel-197205a43d5fbdfb9371c65881a6a6d5b965900a.tar.gz cacert-devel-197205a43d5fbdfb9371c65881a6a6d5b965900a.tar.xz cacert-devel-197205a43d5fbdfb9371c65881a6a6d5b965900a.zip |
Merge branch 'bug-1283' into release
Diffstat (limited to 'pages/wot')
-rw-r--r-- | pages/wot/9.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/9.php b/pages/wot/9.php index a04793f..20f2c6d 100644 --- a/pages/wot/9.php +++ b/pages/wot/9.php @@ -61,7 +61,7 @@ ?> <tr> <td class="DataTD"><?=_("Additional Language")?>:</td> - <td class="DataTD" align="left"><? printf(_("%s will also accept email in %s - %s"), sanitizeHTML($user['fname']), sanitizeHTML($lang['lang']), sanitizeHTML($lang['country'])) ?></td> + <td class="DataTD" align="left"><? printf(_("%s will also accept email in %s - %s"), sanitizeHTML($user['fname']), $lang['lang'], $lang['country']) ?></td> </tr> <? } ?> <tr> |