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 2007/12/06 17:19:08 UTC

svn commit: r601776 - /lenya/branches/branch_1_2_x_shibboleth/src/webapp/lenya/xslt/admin/groups/profile.xsl

Author: andreas
Date: Thu Dec  6 08:19:07 2007
New Revision: 601776

URL: http://svn.apache.org/viewvc?rev=601776&view=rev
Log:
Remove non-breaking space from textarea, since this caused problems when submitting the form in Safari.

Modified:
    lenya/branches/branch_1_2_x_shibboleth/src/webapp/lenya/xslt/admin/groups/profile.xsl

Modified: lenya/branches/branch_1_2_x_shibboleth/src/webapp/lenya/xslt/admin/groups/profile.xsl
URL: http://svn.apache.org/viewvc/lenya/branches/branch_1_2_x_shibboleth/src/webapp/lenya/xslt/admin/groups/profile.xsl?rev=601776&r1=601775&r2=601776&view=diff
==============================================================================
--- lenya/branches/branch_1_2_x_shibboleth/src/webapp/lenya/xslt/admin/groups/profile.xsl (original)
+++ lenya/branches/branch_1_2_x_shibboleth/src/webapp/lenya/xslt/admin/groups/profile.xsl Thu Dec  6 08:19:07 2007
@@ -102,7 +102,7 @@
             <tr>
               <td class="lenya-entry-caption" valign="top"><i18n:text>Rule</i18n:text></td>
               <td>
-                <textarea class="lenya-form-element" name="rule" rows="5"><xsl:value-of select="rule"/>&#160;</textarea>
+                <textarea class="lenya-form-element" name="rule" rows="5"><xsl:value-of select="rule"/> </textarea>
               </td>
             </tr>
             <tr>



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