Changeset 133 for devel/units/rpc

Show
Ignore:
Timestamp:
01/15/06 21:41:26 (3 years ago)
Author:
misja
Message:

Make xml-rpc return text/xml as content-type and make tinymce handle internationalization a little bit better.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/units/rpc/xmlrpc/xmlrpc_server.php

    r45 r133  
    5555     
    5656    // Possibility for handling other stuff here 
     57 
     58 
     59    // Set the content type 
     60    header("Content-type: text/xml"); 
    5761     
    5862    // Serve the request