Fix UTF8 charset not set in Static Generated content

Cette révision appartient à :
Gautham Warrier 2014-11-16 11:55:09 +05:30
Parent 7f1992b749
révision 8c02c01831
2 fichiers modifiés avec 2 ajouts et 0 suppressions

Voir le fichier

@ -78,6 +78,7 @@
<title><?php echo $page['title']; ?></title>
<meta name="description" content="<?php echo $page['tagline'];?>" />
<meta name="author" content="<?php echo $page['author']; ?>">
<meta charset="UTF-8">
<link rel="icon" href="<?php echo $page['theme']['favicon']; ?>" type="image/x-icon">
<!-- Mobile -->
<meta name="apple-mobile-web-app-capable" content="yes" />

Voir le fichier

@ -46,6 +46,7 @@
<head>
<title><?php echo $page['title']; ?></title>
<link rel="icon" href="<?php echo $page['theme']['favicon']; ?>" type="image/x-icon">
<meta charset="UTF-8">
<!-- Mobile -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">