Development

Changeset 7593

You must first sign up to be able to contribute.

Changeset 7593

Show
Ignore:
Timestamp:
02/24/08 00:12:57 (1 year ago)
Author:
Carl.Vondrick
Message:

1.1: fixed cache information to comply with XHTML 1.0 strict standards (closes #2083)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/debug/sfWebDebug.class.php

    r7546 r7593  
    380380      <div id="sub_main_'.$id.'" class="sfWebDebugCache" style="background-color: '.$bgColor.'; border-right: 1px solid #f00; border-bottom: 1px solid #f00;"> 
    381381      <div style="height: 16px; padding: 2px"><a href="#" onclick="sfWebDebugToggle(\''.$id.'\'); return false;"><strong>cache information</strong></a>&nbsp;<a href="#" onclick="sfWebDebugToggle(\'sub_main_'.$id.'\'); document.getElementById(\'main_'.$id.'\').style.border = \'none\'; return false;">'.image_tag(sfConfig::get('sf_web_debug_web_dir').'/images/close.png').'</a>&nbsp;</div> 
    382         <div style="padding: 2px; display: none" id="'.$id.'"> 
     382        <div style="padding: 2px; display: none" id="sub_main_info_'.$id.'"> 
    383383        [uri]&nbsp;'.htmlentities($internalUri, ENT_QUOTES, sfConfig::get('sf_charset')).'<br /> 
    384384        [life&nbsp;time]&nbsp;'.$cache->getLifeTime($internalUri).'&nbsp;seconds<br /> 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.