You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/09/28 15:55:22 UTC

svn commit: r580355 - /lenya/trunk/src/modules/xhtml/xslt/xhtml2index.xsl

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>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org