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

simon at wyona.com simon at wyona.com
Mon Mar 5 12:14:46 CET 2007


Author: simon
Date: 2007-03-05 12:14:45 +0100 (Mon, 05 Mar 2007)
New Revision: 23130

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

Modified: public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-03-05 10:40:32 UTC (rev 23129)
+++ public/yanel/trunk/src/contributions/resources/nutch/xslt/result2xhtml.xsl	2007-03-05 11:14:45 UTC (rev 23130)
@@ -197,6 +197,7 @@
   </xsl:template>
   
   <xsl:template match="yanel:exception">
+    <div id="exception">
         <div style="color: red; font-size: 24px;"><i18n:message key="exception"/></div>
         <xsl:choose>
           <xsl:when test="contains(string(.), '#')">
@@ -208,6 +209,7 @@
             <xsl:value-of select="."/>
           </xsl:otherwise>
         </xsl:choose>
+    </div>
   </xsl:template>
 
 </xsl:stylesheet>




More information about the Yanel-commits mailing list