Formatted nicer
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2105 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -97,7 +97,7 @@ sub loadProjectList() {
|
||||
if (-e $project->getCPDRptFile() && $project->getCPDLines() > 0) {
|
||||
$cpdLink="<a href=\"@{[$project->getCPDRptURL]}\">@{[$project->getCPDLines()]}</a>";
|
||||
}
|
||||
$result = "${result}<td bgcolor=$color>$cpdLink</td></tr>";
|
||||
$result = "${result}<td align=center>$cpdLink</td></tr>";
|
||||
}
|
||||
$result="${result}</tr></table>";
|
||||
return $result;
|
||||
|
Reference in New Issue
Block a user