diff options
-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> |