aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2005-12-29 13:28:33 +0000
committernikrou <nikrou@piwigo.org>2005-12-29 13:28:33 +0000
commit98bd8ea9b36254e122aafaa360ddbb035f99d8f2 (patch)
tree20f9f021887ca551c5fb4c05e003c889214b44cc
parent6a7a654094d5dbb75d5a5d0700bbc1740b3e22fb (diff)
Modification mineure: le sujet du mail doit ĂȘtre encodĂ© car il peut contenir des espaces.
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@993 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/page_tail.php2
1 files changed, 1 insertions, 1 deletions
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