2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Make sure all browsers recognise text in UTF-8

This commit is contained in:
Adam Zammit
2014-03-14 11:00:52 +11:00
parent 2b01e4bb6c
commit 97bb40220b

View File

@@ -66,6 +66,7 @@ print "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
}
if (!$body) return;
?>
<meta charset="utf-8"/>
</head>
<?php
if ($bodytext) print "<body $bodytext>"; else print "<body>";