You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2011/03/15 16:39:34 UTC

svn commit: r1081820 - /ofbiz/trunk/applications/party/webapp/partymgr/party/profileblocks/ContentList.ftl

Author: erwan
Date: Tue Mar 15 15:39:34 2011
New Revision: 1081820

URL: http://svn.apache.org/viewvc?rev=1081820&view=rev
Log:
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="<@o...@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>