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

updated fro mtrunk

This commit is contained in:
Adam Zammit
2014-03-14 15:50:17 +11:00
2 changed files with 36 additions and 15 deletions

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>";