]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/util.php
Some UI adjustments for form notice
[quix0rs-gnu-social.git] / lib / util.php
index 44a377220016ea08347426f5b1bdc97241b930db..d249b154fc7b17bbf5135438c30e93f4ccfcceb3 100644 (file)
@@ -1165,7 +1165,7 @@ function common_negotiate_type($cprefs, $sprefs)
     }
 
     if ('text/html' === $besttype) {
-        return "text/html";
+        return "text/html; charset=utf-8";
     }
     return $besttype;
 }