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:
@@ -66,6 +66,7 @@ print "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
|
|||||||
}
|
}
|
||||||
if (!$body) return;
|
if (!$body) return;
|
||||||
?>
|
?>
|
||||||
|
<meta charset="utf-8"/>
|
||||||
</head>
|
</head>
|
||||||
<?php
|
<?php
|
||||||
if ($bodytext) print "<body $bodytext>"; else print "<body>";
|
if ($bodytext) print "<body $bodytext>"; else print "<body>";
|
||||||
|
|||||||
Reference in New Issue
Block a user