You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by vd...@apache.org on 2009/11/26 12:36:48 UTC

svn commit: r884532 - /incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html

Author: vdichev
Date: Thu Nov 26 11:36:47 2009
New Revision: 884532

URL: http://svn.apache.org/viewvc?rev=884532&view=rev
Log:
Remove empty space from message text area

Modified:
    incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html

Modified: incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html
URL: http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html?rev=884532&r1=884531&r2=884532&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html Thu Nov 26 11:36:47 2009
@@ -182,8 +182,7 @@
                                         <label>
                                             <lift:loc>ui_messages_message_label_message_request</lift:loc>
                                         </label>
-                                        <textarea rows="4" cols="20" id="textdude" style="width: 90%">
-                                        </textarea>
+                                        <textarea rows="4" cols="20" id="textdude" style="width: 90%"/>
                                     </div>
                                     <div class="row clear" style="display: none;" id="reply-to-div">
                                         <lift:loc>ui_messages_message_label_message_reply</lift:loc>