[Yanel-commits] rev 22103 - public/yanel/trunk/src/contributions/resources/nutch/xslt

josias at wyona.com josias at wyona.com
Wed Jan 24 15:25:51 CET 2007


Author: josias
Date: 2007-01-24 15:25:49 +0100 (Wed, 24 Jan 2007)
New Revision: 22103

Modified:
   public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
Log:
remove text nodes which caused a line break in the html title, which in turn caused the NutchResourceWebTest to fail

Modified: public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-01-24 13:44:11 UTC (rev 22102)
+++ public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-01-24 14:25:49 UTC (rev 22103)
@@ -90,9 +90,7 @@
     <i18n:message key="resultsForQuery"/><xsl:text> </xsl:text><xsl:value-of select="."/>
   </xsl:template>
   
-  <xsl:template match="yanel:no-query" mode="title">
-    Search
-  </xsl:template>
+  <xsl:template match="yanel:no-query" mode="title">Search</xsl:template>
   
   <xsl:template match="yanel:results">
     <div id="resultHits" hits="{$totalHits}"/>




More information about the Yanel-commits mailing list