Show
Ignore:
Timestamp:
10/11/2006 05:42:41 AM (2 years ago)
Author:
moo
Message:

trunk->1.0: merged coverager

  • [184] fix tplcov
  • [176] leaked by outfilename (efree by zend_mm tho)
  • [175] remove double Content-Language
  • [174] avoid double slash
  • [173] make dir ended with dir sep
  • [172] DIRECTORY_SEPARATOR for coverager config example
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/coverager/coverager.tpl.php

    r33 r240  
    22<html xmlns="http://www.w3.org/1999/xhtml"> 
    33<head> 
    4     <meta http-equiv="Content-Language" content="en-us" /> 
    54<?php 
    65echo <<<HEAD 
     
    6160    global $cycle; 
    6261    if ($info['files'] || $info['todos']) { 
     62        $srcdir .= DIRECTORY_SEPARATOR; 
    6363        $c = $cycle->next(); 
    6464        $srcdir_html = htmlspecialchars($srcdir);