Changeset 240 for branches/1.0/coverager/coverager.tpl.php
- Timestamp:
- 10/11/2006 05:42:41 AM (2 years ago)
- Files:
-
- 1 modified
-
branches/1.0/coverager/coverager.tpl.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/coverager/coverager.tpl.php
r33 r240 2 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 3 <head> 4 <meta http-equiv="Content-Language" content="en-us" />5 4 <?php 6 5 echo <<<HEAD … … 61 60 global $cycle; 62 61 if ($info['files'] || $info['todos']) { 62 $srcdir .= DIRECTORY_SEPARATOR; 63 63 $c = $cycle->next(); 64 64 $srcdir_html = htmlspecialchars($srcdir);

