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 2005/05/13 23:58:16 UTC

svn commit: r170099 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/admin/users/password.xsl

Author: gregor
Date: Fri May 13 14:58:16 2005
New Revision: 170099

URL: http://svn.apache.org/viewcvs?rev=170099&view=rev
Log:
Added missing i18n declaration to password xsl. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34911

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/admin/users/password.xsl

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/admin/users/password.xsl
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/admin/users/password.xsl?rev=170099&r1=170098&r2=170099&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/admin/users/password.xsl (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/admin/users/password.xsl Fri May 13 14:58:16 2005
@@ -20,14 +20,14 @@
 <xsl:stylesheet
     version="1.0"
     xmlns="http://www.w3.org/1999/xhtml"
+    xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
     xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0"
     xmlns:session="http://www.apache.org/xsp/session/2.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     >
-    
-  <xsl:output encoding="ISO-8859-1" indent="yes" version="1.0"/>
-  
-  
+
+  <xsl:output encoding="UTF-8" indent="yes" version="1.0"/>
+
   <xsl:template match="/">
     <xsl:apply-templates/>
   </xsl:template>



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