Changeset 1157

Show
Ignore:
Timestamp:
08/19/06 00:44:35 (2 years ago)
Author:
athomas
Message:

XmlRpcPlugin:

Fixes #563.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • xmlrpcplugin/0.10/tracrpc/web_ui.py

    r1070 r1157  
    3030        # Dump RPC functions 
    3131        content_type = req.get_header('Content-Type') 
    32         if content_type is not None and 'text/xml' not in content_type: 
     32        if content_type is not None or 'text/xml' not in content_type: 
    3333            namespaces = {} 
    3434            for method in XMLRPCSystem(self.env).all_methods(req):