Changeset 1157
- Timestamp:
- 08/19/06 00:44:35 (2 years ago)
- Files:
-
- xmlrpcplugin/0.10/tracrpc/web_ui.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
xmlrpcplugin/0.10/tracrpc/web_ui.py
r1070 r1157 30 30 # Dump RPC functions 31 31 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: 33 33 namespaces = {} 34 34 for method in XMLRPCSystem(self.env).all_methods(req):
