misc formatting

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7228 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Brian Remedios
2011-08-30 07:39:53 +00:00
parent 73a26f2480
commit 25ee4f06d9

View File

@ -6,7 +6,7 @@
<xsl:output method="xml" encoding="UTF-8" indent="yes"/>
<!-- FUTURE: Externalising text to allow i18n generation -->
<xsl:variable name="Since" select="'Since: PMD'"/>
<xsl:variable name="Since" select="'Since: PMD '"/>
<xsl:variable name="definedByJavaClass" select="'This rule is defined by the following Java class'"/>
<xsl:variable name="ExampleLabel" select="'Example(s)'"/>
<xsl:variable name="PropertiesLabel" select="'This rule has the following properties'"/>