diff --git a/coverager/coverager.tpl.php b/coverager/coverager.tpl.php index 073a7b2..1b41c44 100644 --- a/coverager/coverager.tpl.php +++ b/coverager/coverager.tpl.php @@ -67,6 +67,7 @@ function dir_row($info, $srcdir) { global $cycle; if ($info['files'] || $info['todos']) { + $srcdir .= DIRECTORY_SEPARATOR; $c = $cycle->next(); $srcdir_html = htmlspecialchars($srcdir); $todos = number_format($info['todos']);