svn commit: r580355 - /lenya/trunk/src/modules/xhtml/xslt/xhtml2index.xsl
[email protected] Fri, 28 Sep 2007 13:55:22 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Fri Sep 28 06:55:22 2007
New Revision: 580355
URL: http://svn.apache.org/viewvc?rev=580355&view=rev
Log:
[minor change] formatting
Modified:
lenya/trunk/src/modules/xhtml/xslt/xhtml2index.xsl
Modified: lenya/trunk/src/modules/xhtml/xslt/xhtml2index.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/xhtml/xslt/xhtml2index.xsl?rev=580355&r1=580354&r2=580355&view=diff
==============================================================================
--- lenya/trunk/src/modules/xhtml/xslt/xhtml2index.xsl (original)
+++ lenya/trunk/src/modules/xhtml/xslt/xhtml2index.xsl Fri Sep 28 06:55:22 2007
@@ -21,8 +21,7 @@
</lucene:index>
</xsl:template>
-<xsl:template match="dc:rights" priority="1">
-</xsl:template>
+<xsl:template match="dc:rights" priority="1"/>
<xsl:template match="xhtml:body" priority="1">
<lucene:field name="body" boost="{$boost}">
@@ -45,7 +44,7 @@
</xsl:template>
<xsl:template match="@*|node()" priority="-1">
- <xsl:apply-templates/>
+ <xsl:apply-templates/>
</xsl:template>
</xsl:stylesheet>