You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/12/04 06:29:33 UTC

svn commit: r109775 - /lenya/trunk/src/webapp/lenya/xslt/info/sitetree2tree.xsl

Author: gregor
Date: Fri Dec  3 21:29:33 2004
New Revision: 109775

URL: http://svn.apache.org/viewcvs?view=rev&rev=109775
Log:
Remove encoding from stylesheet
Modified:
   lenya/trunk/src/webapp/lenya/xslt/info/sitetree2tree.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/info/sitetree2tree.xsl
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/xslt/info/sitetree2tree.xsl?view=diff&rev=109775&p1=lenya/trunk/src/webapp/lenya/xslt/info/sitetree2tree.xsl&r1=109774&p2=lenya/trunk/src/webapp/lenya/xslt/info/sitetree2tree.xsl&r2=109775
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/info/sitetree2tree.xsl	(original)
+++ lenya/trunk/src/webapp/lenya/xslt/info/sitetree2tree.xsl	Fri Dec  3 21:29:33 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: sitetree2tree.xsl,v 1.37 2004/08/23 08:46:36 andreas Exp $ -->
+<!-- $Id$ -->
 
 <!--
         Converts a sitetree into a javascript array suitable for the tree widget.
@@ -27,7 +27,7 @@
 
 <xsl:import href="../util/string-functions.xsl"/>
 
-<xsl:output omit-xml-declaration="yes" encoding = "iso-8859-1" />    
+<xsl:output omit-xml-declaration="yes"/>    
 
 <xsl:param name="contextprefix"/>
 <xsl:param name="publicationid"/>

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