]> git.plutz.net Git - shellwiki/commitdiff
include charset in html headers
authorPaul Hänsch <paul@plutz.net>
Thu, 28 Mar 2024 18:42:07 +0000 (19:42 +0100)
committerPaul Hänsch <paul@plutz.net>
Thu, 28 Mar 2024 18:42:07 +0000 (19:42 +0100)
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