Development

Changeset 1364

You must first sign up to be able to contribute.

Changeset 1364

Show
Ignore:
Timestamp:
05/14/06 14:09:43 (4 years ago)
Author:
fabien
Message:

minor tweaks to sql log in web debug toolbar

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/data/web/sf/css/sf_web_debug/main.css

    r1363 r1364  
    7171  margin: 0; 
    7272  margin-left: 30px; 
    73   padding: 0 5px
     73  padding: 5px 0
    7474} 
    7575 
  • trunk/lib/debug/sfWebDebug.class.php

    r1363 r1364  
    215215        if (preg_match('/executeQuery.+?\:\s+(.+)$/', $log, $match)) 
    216216        { 
    217           $sql_logs[] .= $match[1]
     217          $sql_logs[] .= $match[1]."\n"
    218218        } 
    219219 
     
    255255      $dbInfoDetails = ' 
    256256        <div id="sfWebDebugDatabaseDetails"> 
    257         <ol><li>'.implode('</><li>', $sql_logs).'</li></ol> 
     257        <ol><li>'.implode('</li><li>', $sql_logs).'</li></ol> 
    258258        </div> 
    259259      '; 

The Sensio Labs Network

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