HOR-494 "Revisar el cóo y cambiar..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2016-03-17 16:25:09 -04:00
parent a4be8b94f8
commit 4a1b220cc4
15 changed files with 30 additions and 30 deletions

View File

@@ -165,7 +165,7 @@ class CoverageReportTask extends TaskPhing
$html = $geshi->parse_code();
$lines = split("<li>|</li>", $html);
$lines = explode("<li>|</li>", $html);
// skip first and last line
array_pop($lines);
@@ -404,4 +404,4 @@ class CoverageReportTask extends TaskPhing
}
}
}
?>
?>