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

michi at wyona.com michi at wyona.com
Wed Feb 28 14:23:07 CET 2007


Author: michi
Date: 2007-02-28 14:23:06 +0100 (Wed, 28 Feb 2007)
New Revision: 23023

Modified:
   public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
Log:
typo fixed

Modified: public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-02-28 11:45:15 UTC (rev 23022)
+++ public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-02-28 13:23:06 UTC (rev 23023)
@@ -176,7 +176,7 @@
       
       <xsl:variable name="idx"><xsl:value-of select="yanel:hitIndexNo"/></xsl:variable>
       <xsl:variable name="id"><xsl:value-of select="yanel:hitIndexDocNo"/></xsl:variable>
-      <div id="deltails">
+      <div id="details">
           <span style="font-size:smaller;color:green;"><xsl:value-of select="yanel:url"/></span>
           <span style="font-size:smaller;">
             <xsl:text>&#0160;(</xsl:text><a href="?show=cache&amp;idx={$idx}&amp;id={$id}" style="font-size:smaller;"><i18n:message key="cached"/></a><xsl:text>)</xsl:text>




More information about the Yanel-commits mailing list