Author: ashish
Date: Tue Nov 3 11:16:42 2009
New Revision: 832393
URL:
http://svn.apache.org/viewvc?rev=832393&view=revLog:
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}" />