Author: ashish
Date: Tue May 15 10:12:17 2012
New Revision: 1338619
URL:
http://svn.apache.org/viewvc?rev=1338619&view=revLog:
Applied fix from trunk r1081820.
Log: Missing double quote.
Modified:
ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl
Modified: ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl?rev=1338619&r1=1338618&r2=1338619&view=diff==============================================================================
--- ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl (original)
+++ ofbiz/branches/release10.04/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl Tue May 15 10:12:17 2012
@@ -41,7 +41,7 @@ under the License.
<form name="removePartyContent_${pContent_index}" method="post" action="<@ofbizUrl>removePartyContent/viewprofile</@ofbizUrl>">
<input type="hidden" name="contentId" value="${pContent.contentId}" />
<input type="hidden" name="partyId" value="${pContent.partyId}" />
- <input type="hidden" name="partyContentTypeId" value= ${pContent.partyContentTypeId}" />
+ <input type="hidden" name="partyContentTypeId" value="${pContent.partyContentTypeId}" />
<input type="hidden" name="fromDate" value="${pContent.fromDate}" />
<a href="javascript:document.removePartyContent_${pContent_index}.submit()">${uiLabelMap.CommonRemove}</a>
</form>