diff options
Diffstat (limited to '')
-rw-r--r-- | include/page_tail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/page_tail.php b/include/page_tail.php index 20c66be0d..88c813e24 100644 --- a/include/page_tail.php +++ b/include/page_tail.php @@ -33,7 +33,7 @@ $template->assign_vars( 'L_GEN_TIME' => $lang['generation_time'], 'L_SQL_QUERIES_IN' => $lang['sql_queries_in'], 'L_SEND_MAIL' => $lang['send_mail'], - 'L_TITLE_MAIL' => $lang['title_send_mail'], + 'L_TITLE_MAIL' => urlencode($lang['title_send_mail']), 'L_POWERED_BY'=>$lang['powered_by'] )); |