aboutsummaryrefslogtreecommitdiffstats
path: root/include/page_tail.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-02-04 20:55:22 +0000
committernikrou <nikrou@piwigo.org>2006-02-04 20:55:22 +0000
commitf72468a9cd7b514bea992bb12aac540ffce60d38 (patch)
tree5a31def3569cc65bf2642b947c9432d581ea1d15 /include/page_tail.php
parentdd8d5717617dee3a25213f8c6686d2bd02f28329 (diff)
html error: title_send_mail should be encoded
git-svn-id: http://piwigo.org/svn/trunk@1024 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/page_tail.php')
-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 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']
));