Author: erwan
Date: Tue Mar 15 15:39:34 2011
New Revision: 1081820
URL:
http://svn.apache.org/viewvc?rev=1081820&view=revLog:
Missing double quote
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl
Modified: ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl?rev=1081820&r1=1081819&r2=1081820&view=diff==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl Tue Mar 15 15:39:34 2011
@@ -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>