You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2008/10/09 13:33:59 UTC

svn commit: r703138 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/hooksMatcher.xsl

Author: thorsten
Date: Thu Oct  9 04:33:57 2008
New Revision: 703138

URL: http://svn.apache.org/viewvc?rev=703138&view=rev
Log:
Fixing hoook xsl 

Modified:
    forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/hooksMatcher.xsl

Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/hooksMatcher.xsl
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/hooksMatcher.xsl?rev=703138&r1=703137&r2=703138&view=diff
==============================================================================
--- forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/hooksMatcher.xsl (original)
+++ forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/resources/stylesheets/html/hooksMatcher.xsl Thu Oct  9 04:33:57 2008
@@ -22,7 +22,7 @@
     <xsl:apply-templates/>
   </xsl:template>
 <!--This template will match the different combinations for hooks-->
-  <xsl:template match="hook">
+  <xsl:template match="forrest:hook">
     <xsl:if test="@type='block' or not(@type)">
       <div>
         <xsl:call-template name="attributes"/>