Development

Changeset 1460

You must first sign up to be able to contribute.

Changeset 1460

Show
Ignore:
Timestamp:
06/16/06 15:59:32 (2 years ago)
Author:
fabien
Message:

fixed Debug JS panel not rendering properly (closes #560)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/filter/sfWebDebugFilter.class.php

    r1415 r1460  
    5656      if ( 
    5757          $this->getContext()->getRequest()->isXmlHttpRequest() ||  
    58           strpos($response->getContentType(), 'text/html') === false || 
     58          strpos($response->getContentType(), 'html') === false || 
    5959          $response->getStatusCode() == 304 
    6060      )