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/04/07 06:23:15 UTC

svn commit: r526355 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl

Author: antonio
Date: Fri Apr  6 21:23:13 2007
New Revision: 526355

URL: http://svn.apache.org/viewvc?view=rev&rev=526355
Log:
Fix issue #37916. Thanks to Bob Harner (bobharner@gmail.com).

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl?view=diff&rev=526355&r1=526354&r2=526355
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl Fri Apr  6 21:23:13 2007
@@ -80,7 +80,7 @@
           <td>
             <textarea id="notification.message" name="notification.message" class="lenya-form-element">          
               <xsl:apply-templates select="not:message/not:body"/>  
-            </textarea>
+            &#160;</textarea>
           </td>
         </tr>
       </table>  



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