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 2008/02/10 22:44:12 UTC

svn commit: r620339 - /lenya/trunk/src/modules-core/i18n/xslt/modules2include.xsl

Author: andreas
Date: Sun Feb 10 13:44:10 2008
New Revision: 620339

URL: http://svn.apache.org/viewvc?rev=620339&view=rev
Log:
Fixed typo (s/publications/pubs/)

Modified:
    lenya/trunk/src/modules-core/i18n/xslt/modules2include.xsl

Modified: lenya/trunk/src/modules-core/i18n/xslt/modules2include.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/i18n/xslt/modules2include.xsl?rev=620339&r1=620338&r2=620339&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/i18n/xslt/modules2include.xsl (original)
+++ lenya/trunk/src/modules-core/i18n/xslt/modules2include.xsl Sun Feb 10 13:44:10 2008
@@ -30,7 +30,7 @@
   
   <xsl:template match="lenya:publication">
     <i18n:catalogue>
-      <i:include src="cocoon:/publications/{$pub}/{$catalogue}" strip-root="true"/>
+      <i:include src="cocoon:/pubs/{$pub}/{$catalogue}" strip-root="true"/>
       <xsl:apply-templates select="lenya:modules/lenya:module"/>
     </i18n:catalogue>
   </xsl:template>



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