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/03/14 22:25:36 UTC

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

Author: vdichev
Date: Sat Mar 14 21:25:28 2009
New Revision: 754524

URL: http://svn.apache.org/viewvc?rev=754524&view=rev
Log:
ESME-43 Fix yet another cause for a duplicate tag.

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=754524&r1=754523&r2=754524&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 Sat Mar 14 21:25:28 2009
@@ -69,7 +69,7 @@
                     newTag.find('a')
                         .attr('href','tag/'+msgTags[tagIndex])
                         .text(msgTags[tagIndex]);
-                    newTag.insertBefore(newMsg.find('#tag'));
+                    newTag.insertBefore(newMsg.find('#tag:first'));
                 }
 
                 // Remove any old tags from the template