diff options
author | David Reveman <davidr@novell.com> | 2007-05-03 17:12:34 -0400 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2007-05-03 17:12:34 -0400 |
commit | aa942c6c3de059966e10578fb360098d89789ffa (patch) | |
tree | 0817f10aebba8c1b88ca6464467979d357cb2f91 /metadata/schemas.xslt | |
parent | 05918809bc281b8aeb955eb3541eee7764a5a07f (diff) |
Minor fix to have new schemas match old schemas.
Diffstat (limited to 'metadata/schemas.xslt')
-rw-r--r-- | metadata/schemas.xslt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/schemas.xslt b/metadata/schemas.xslt index 6bba655e..0b94014c 100644 --- a/metadata/schemas.xslt +++ b/metadata/schemas.xslt @@ -415,7 +415,7 @@ <xsl:value-of select="$appName"/> <xsl:choose> <xsl:when test="ancestor::plugin"> - <xsl:text>/plugin/</xsl:text> + <xsl:text>/plugins/</xsl:text> <xsl:value-of select="ancestor::plugin/@name"/> </xsl:when> <xsl:otherwise> |