Changeset 1503 for trunk/pylucid/PyLucid/middlewares/page_cache_debug.py
- Timestamp:
- 03/25/08 09:24:47 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/middlewares/page_cache_debug.py
r1168 r1503 53 53 54 54 content = response.content 55 if "html" in response. headers['Content-Type']:55 if "html" in response._headers["content-type"][1]: 56 56 # Try to insert the info into a html valid way. 57 57 old_content = content