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 2005/05/25 17:07:33 UTC

svn commit: r178451 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/admin/users/profile.xsl

Author: andreas
Date: Wed May 25 08:07:33 2005
New Revision: 178451

URL: http://svn.apache.org/viewcvs?rev=178451&view=rev
Log:
apply patch for bug #35062 (strange characters in textarea-fields in IE), credits to Simon Litwan

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

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/admin/users/profile.xsl
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/admin/users/profile.xsl?rev=178451&r1=178450&r2=178451&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/admin/users/profile.xsl (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/admin/users/profile.xsl Wed May 25 08:07:33 2005
@@ -150,7 +150,7 @@
 		<tr>
 			<td class="lenya-entry-caption"><i18n:text>Description</i18n:text>&#160;&#160;</td>
 			<td>
-				<textarea class="lenya-form-element" name="description"><xsl:value-of select="normalize-space(.)"/>&#160;</textarea>
+				<textarea class="lenya-form-element" name="description"><xsl:value-of select="normalize-space(.)"/><xsl:text> </xsl:text></textarea>
 			</td>
 		</tr>
 	</xsl:template>  



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