diff options
author | plegall <plg@piwigo.org> | 2010-04-14 21:39:02 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-14 21:39:02 +0000 |
commit | 44eae4ae169a14d0e419835c3871bfeda47c1b41 (patch) | |
tree | 4669b45a0d3103b287c46830b1421e7eed5e5335 | |
parent | 90253ebf732535a81572ecd4025032876663e134 (diff) |
bug 1603: encoding charset added at HTTP level for the "no photo yet" specific
page.
git-svn-id: http://piwigo.org/svn/trunk@5854 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | include/no_photo_yet.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/no_photo_yet.inc.php b/include/no_photo_yet.inc.php index 5f885cbf2..08d6549d9 100644 --- a/include/no_photo_yet.inc.php +++ b/include/no_photo_yet.inc.php @@ -57,6 +57,7 @@ SELECT } } + header('Content-Type: text/html; charset='.get_pwg_charset()); $template->set_filenames(array('no_photo_yet'=>'no_photo_yet.tpl')); if (is_admin()) |