A tweak to the XSLT thanks to Benoit Xhenseval

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3102 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2004-12-22 18:28:09 +00:00
parent d1415e178b
commit b1c4a1e381
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@
</table>
<br/>
</xsl:for-each>
<p>Generated by <a href="http://pmd.sourceforge.net">PMD <b><xsl:value-of select="//pmd/@version"/></b></a> on <xsl:value-of select="//pmd/@timestamp"/>.</p>
</body>
</html>
</xsl:template>

View File

@ -42,10 +42,10 @@
</subsection>
<subsection name="Contributors">
<ul>
<li>Benoit Xhenseval - XSLT patch, suggestion for improving XML report, several bug reports</li>
<li>Chris Riesbeck - identified some dead code in RuleSet</li>
<li>Bruno Juillet - bug report on ruleset overrides</li>
<li>Jörn Stampehl - bug report on JUnitTestsShouldContainAsserts</li>
<li>Benoit Xhenseval - suggestion for improving XML report, several bug reports</li>
<li>Miguel Griffa - patch to add a status bar to Boris Gruschko's ASTViewer, documentation page for Maven, SystemPrintln rule, patch to improve JUnitTestsShouldContainAsserts, new Maven pmd:dist-bin goal, LoggerIsNotStaticFinalRule, MoreThanOneLoggerRule, XPath rule tutorial, SuspiciousConstantFieldName, JUnitTestsShouldContainAssertsRule</li>
<li>Elliotte Rusty Harold - suggestion for improving Designer startup script, "how to make a ruleset" documentation suggestions, noticed outdated Xerces jars, script renaming suggestions, UseLocaleWithCaseConversions rule suggestion</li>
<li>Lars Gregori - reported a bug in the Ant task docs</li>