Changeset 255 for branches/1.1/coverager/coverager.tpl.php
- Timestamp:
- 2006-10-17T20:30:41+02:00 (7 years ago)
- Location:
- branches/1.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
coverager/coverager.tpl.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1
-
branches/1.1/coverager/coverager.tpl.php
r145 r255 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 … … 68 67 global $cycle; 69 68 if ($info['files'] || $info['todos']) { 69 $srcdir .= DIRECTORY_SEPARATOR; 70 70 $c = $cycle->next(); 71 71 $srcdir_html = htmlspecialchars($srcdir);
Note: See TracChangeset
for help on using the changeset viewer.

