- fix missing utf-8 setup...

This commit is contained in:
agibert 2015-12-04 16:07:30 +00:00
parent 25b1aad8ab
commit a58dfaa33b

View File

@ -1,8 +1,8 @@
<?
// $RCSfile: lmbrowse.php,v $
// $Revision: 1.16 $
// $Revision: 1.17 $
// $Name: $
// $Date: 2015/12/04 10:40:41 $
// $Date: 2015/12/04 16:07:30 $
// $Author: agibert $
/*
@ -666,7 +666,7 @@ function lmb_header( $page_id, $page_name, $page_title, $description, $keywords,
";
echo " <head>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\"/>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
<meta name=\"Description\" content=\"$description\"/>
<meta name=\"keywords\" content=\"$keywords\"/>
<link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"{$skin_path}/images/favicon.ico\"/>
@ -1346,7 +1346,7 @@ function lmb_rss_page()
header( 'Content-Type: application/rss+xml');
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>
echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>
<rss version=\"2.0\"
xmlns:atom=\"http://www.w3.org/2005/Atom\"
xmlns:dc=\"http://purl.org/dc/elements/1.1/\"