]> git.plutz.net Git - shellwiki/blobdiff - themes/default.sh
include charset in html headers
[shellwiki] / themes / default.sh
index 0f45c591cd570773fc8e5ab036c5c7ae970dcb61..d13e849f72ece086e4fb9a456f2fbe2419ea5f3d 100755 (executable)
@@ -19,6 +19,7 @@
 theme_head(){
   local IFS="$BR"
   printf '
+  <meta charset="utf-8">
   <meta name="viewport" content="width=device-width">
   '
   for css in "$_BASE/%5B.%5D/cgilite/common.css" "$_BASE/%5B.%5D/themes/default.css" $PAGE_CSS; do