Assembla home | Assembla project page
 

Changeset 11

Show
Ignore:
Timestamp:
07/14/08 06:33:09 (1 year ago)
Author:
GANYANCI
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/Ajax Shoutbox 1.0.0/html/modules/Shoutbox/ajax.php

    r7 r11  
    2929    //Sent the start of the XML data 
    3030    header("content-type: text/xml"); 
    31     echo '<?xml version="1.0" ?>'; 
     31    echo '<?xml version="1.0" encoding="utf-8"?>'; 
    3232    echo '<shoutbox>'; 
    3333    echo '<shouts>'; 
     
    8585//Sent the start of the XML data 
    8686header("content-type: text/xml"); 
    87 echo '<?xml version="1.0" ?>'; 
     87echo '<?xml version="1.0" encoding="utf-8"?>'; 
    8888echo '<shoutbox>'; 
    8989echo '<shouts>';