Changeset 11
- Timestamp:
- 07/14/08 06:33:09 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/Ajax Shoutbox 1.0.0/html/modules/Shoutbox/ajax.php
r7 r11 29 29 //Sent the start of the XML data 30 30 header("content-type: text/xml"); 31 echo '<?xml version="1.0" ?>';31 echo '<?xml version="1.0" encoding="utf-8"?>'; 32 32 echo '<shoutbox>'; 33 33 echo '<shouts>'; … … 85 85 //Sent the start of the XML data 86 86 header("content-type: text/xml"); 87 echo '<?xml version="1.0" ?>';87 echo '<?xml version="1.0" encoding="utf-8"?>'; 88 88 echo '<shoutbox>'; 89 89 echo '<shouts>';