Author: jleroux
Date: Thu Jun 19 04:36:53 2008
New Revision: 669452
URL:
http://svn.apache.org/viewvc?rev=669452&view=revLog:
Fix a typo
Modified:
ofbiz/branches/release4.0/applications/party/webapp/partymgr/party/editcontactmech.ftl
Modified: ofbiz/branches/release4.0/applications/party/webapp/partymgr/party/editcontactmech.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/party/webapp/partymgr/party/editcontactmech.ftl?rev=669452&r1=669451&r2=669452&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/party/webapp/partymgr/party/editcontactmech.ftl (original)
+++ ofbiz/branches/release4.0/applications/party/webapp/partymgr/party/editcontactmech.ftl Thu Jun 19 04:36:53 2008
@@ -29,7 +29,7 @@
<tr>
<td class="label">${uiLabelMap.PartySelectContactType}</td>
<td>
- <select name="preContactMechTypeId"">
+ <select name="preContactMechTypeId">
<#list mechMap.contactMechTypes as contactMechType>
<option value="${contactMechType.contactMechTypeId}">${contactMechType.get("description",locale)}</option>
</#list>