From 98bd8ea9b36254e122aafaa360ddbb035f99d8f2 Mon Sep 17 00:00:00 2001 From: nikrou Date: Thu, 29 Dec 2005 13:28:33 +0000 Subject: =?UTF-8?q?Modification=20mineure:=20le=20sujet=20du=20mail=20doit?= =?UTF-8?q?=20=C3=AAtre=20encod=C3=A9=20car=20il=20peut=20contenir=20des?= =?UTF-8?q?=20espaces.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/branches/branch-1_5@993 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/page_tail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/page_tail.php b/include/page_tail.php index 33f6900cf..be6336359 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'] )); //------------------------------------------------------------- generation time -- cgit v1.2.3