missing </div> and reduce length of lines

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1774853 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/applications/content/template/survey/EditSurveyResponse.ftl b/applications/content/template/survey/EditSurveyResponse.ftl
index 30008dc..e16ddf4 100644
--- a/applications/content/template/survey/EditSurveyResponse.ftl
+++ b/applications/content/template/survey/EditSurveyResponse.ftl
@@ -19,8 +19,10 @@
 
 <#-- Render the survey -->
 <#if surveyString?has_content>
-  <form method="post" enctype="multipart/form-data" action="<@ofbizUrl>updateSurveyResponse</@ofbizUrl>" name="EditSurveyResponseForm" style="margin: 0;">
-    <div>${uiLabelMap.PartyPartyId}: <@htmlTemplate.lookupField value="${surveyPartyId!(userLogin.partyId!)}" formName="EditSurveyResponseForm" name="partyId" id="partyId" fieldFormName="LookupPartyName"/>
+  <form method="post" enctype="multipart/form-data" action="<@ofbizUrl>updateSurveyResponse</@ofbizUrl>" 
+        name="EditSurveyResponseForm" style="margin: 0;">
+    <div>${uiLabelMap.PartyPartyId}: <@htmlTemplate.lookupField value="${surveyPartyId!(userLogin.partyId!)}" 
+        formName="EditSurveyResponseForm" name="partyId" id="partyId" fieldFormName="LookupPartyName"/></div>
     <#-- pass through the dataResourceId so the response can be associated with it -->
     <input type="hidden" name="dataResourceId" value="${parameters.dataResourceId!}"/>
     <input type="hidden" name="rootContentId" value="${parameters.rootContentId!}"/>