You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2009/11/03 12:16:50 UTC

svn commit: r832393 - /ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl

Author: ashish
Date: Tue Nov  3 11:16:42 2009
New Revision: 832393

URL: http://svn.apache.org/viewvc?rev=832393&view=rev
Log:
Adding missing Quote (") - Patch from Akash Jain (Thanks!)

Modified:
    ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl

Modified: ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl?rev=832393&r1=832392&r2=832393&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl Tue Nov  3 11:16:42 2009
@@ -39,7 +39,7 @@
 <form method="post" id="updateContactListParty" action="${verifyUrl}">
   <fieldset>
     <input type="hidden" name="contactListId" value="${contactListParty.contactListId}" />
-    <input type="hidden" name="partyId" value="${contactListParty.partyId} />
+    <input type="hidden" name="partyId" value="${contactListParty.partyId}" />
     <input type="hidden" name="fromDate" value="${contactListParty.fromDate}" />
     <input type="hidden" name="statusId" value="CLPT_ACCEPTED" />
     <input type="hidden" name="optInVerifyCode" value="${contactListPartyStatus.optInVerifyCode?if_exists}" />