forked from phoedos/pmd
Fixed alignment
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4368 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -92,8 +92,8 @@ public class HTMLRenderer extends AbstractRenderer implements Renderer {
|
|||||||
}
|
}
|
||||||
colorize = !colorize;
|
colorize = !colorize;
|
||||||
buf.append("> " + PMD.EOL);
|
buf.append("> " + PMD.EOL);
|
||||||
buf.append("<td align=\"center\">" + pe.getFile() + "</td>" + PMD.EOL);
|
buf.append("<td>" + pe.getFile() + "</td>" + PMD.EOL);
|
||||||
buf.append("<td align=\"center\">" + pe.getMsg() + "</td>" + PMD.EOL);
|
buf.append("<td>" + pe.getMsg() + "</td>" + PMD.EOL);
|
||||||
buf.append("</tr>" + PMD.EOL);
|
buf.append("</tr>" + PMD.EOL);
|
||||||
violationCount++;
|
violationCount++;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user