added content type meta tag
This commit is contained in:
parent
689b987189
commit
2c0d7e3b13
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ sub get {
|
||||||
my $type = lc($session{setting}{siteicon});
|
my $type = lc($session{setting}{siteicon});
|
||||||
$type =~ s/.*\.(.*?)$/$1/;
|
$type =~ s/.*\.(.*?)$/$1/;
|
||||||
$header .= '</title>
|
$header .= '</title>
|
||||||
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset='.($session{header}{charset}||$session{language}{characterSet}||"ISO-8859-1").'">
|
||||||
<link REL="icon" HREF="'.$session{setting}{siteicon}.'" TYPE="image/'.$type.'">
|
<link REL="icon" HREF="'.$session{setting}{siteicon}.'" TYPE="image/'.$type.'">
|
||||||
<LINK REL="SHORTCUT ICON" HREF="'.$session{setting}{favicon}.'">
|
<LINK REL="SHORTCUT ICON" HREF="'.$session{setting}{favicon}.'">
|
||||||
'.$style{styleSheet}.$session{page}{metaTags};
|
'.$style{styleSheet}.$session{page}{metaTags};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue