svn commit: r923545 [6/6] - in /ofbiz/trunk: applications/accounting/webapp/accounting/ applications/accounting/webapp/accounting/payment/ applications/accounting/webapp/accounting/reports/ applications/commonext/webapp/ofbizsetup/organization/ applica...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r923545 [6/6] - in /ofbiz/trunk: applications/accounting/webapp/accounting/ applications/accounting/webapp/accounting/payment/ applications/accounting/webapp/accounting/reports/ applications/commonext/webapp/ofbizsetup/organization/ applica...

doogie-3
Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/checkoutshippingoptions.ftl Tue Mar 16 01:56:41 2010
@@ -94,7 +94,7 @@ function submitForm(form, mode, value) {
                   </td>
                 </tr>
               </#if>
-              <tr><td colspan="2"><hr/></td></tr>
+              <tr><td colspan="2"><hr /></td></tr>
               <tr>
                 <td colspan="2">
                   <h2>${uiLabelMap.OrderShipAllAtOnce}?</h2>
@@ -116,7 +116,7 @@ function submitForm(form, mode, value) {
                   <div class="tabletext">${uiLabelMap.OrderPleaseShipItemsBecomeAvailable}.</div>
                 </td>
               </tr>
-              <tr><td colspan="2"><hr/></td></tr>
+              <tr><td colspan="2"><hr /></td></tr>
               <tr>
                 <td colspan="2">
                   <h2>${uiLabelMap.OrderSpecialInstructions}</h2>
@@ -127,7 +127,7 @@ function submitForm(form, mode, value) {
                   <textarea class="textAreaBox" cols="30" rows="3" wrap="hard" name="shipping_instructions">${shoppingCart.getShippingInstructions()?if_exists}</textarea>
                 </td>
               </tr>
-              <tr><td colspan="2"><hr/></td></tr>
+              <tr><td colspan="2"><hr /></td></tr>
               <tr>
                 <td colspan="2">
                   <h2>${uiLabelMap.OrderPoNumber}</h2>&nbsp;
@@ -138,7 +138,7 @@ function submitForm(form, mode, value) {
                 </td>
               </tr>
               <#if productStore.showCheckoutGiftOptions?if_exists != "N">
-              <tr><td colspan="2"><hr/></td></tr>
+              <tr><td colspan="2"><hr /></td></tr>
               <tr>
                 <td colspan="2">
                   <div>
@@ -148,7 +148,7 @@ function submitForm(form, mode, value) {
                   </div>
                 </td>
               </tr>
-              <tr><td colspan="2"><hr/></td></tr>
+              <tr><td colspan="2"><hr /></td></tr>
               <tr>
                 <td colspan="2">
                   <h2>${uiLabelMap.OrderGiftMessage}</h2>
@@ -162,7 +162,7 @@ function submitForm(form, mode, value) {
               <#else/>
               <input type="hidden" name="is_gift" value="false"/>
               </#if>
-              <tr><td colspan="2"><hr/></td></tr>
+              <tr><td colspan="2"><hr /></td></tr>
               <tr>
                 <td colspan="2">
                   <h2>${uiLabelMap.PartyEmailAddresses}</h2>
@@ -179,7 +179,7 @@ function submitForm(form, mode, value) {
                     </b>
                   </div>
                   <div class="tabletext">${uiLabelMap.OrderUpdateEmailAddress} <a href="<@ofbizUrl>viewprofile?DONE_PAGE=checkoutoptions</@ofbizUrl>" class="buttontext">${uiLabelMap.PartyProfile}</a>.</div>
-                  <br/>
+                  <br />
                   <div class="tabletext">${uiLabelMap.OrderCommaSeperatedEmailAddresses}:</div>
                   <input type="text" class="inputBox" size="30" name="order_additional_emails" value="${shoppingCart.getOrderAdditionalEmails()?if_exists}"/>
                 </td>

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/eftinfo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/eftinfo.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/eftinfo.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/eftinfo.ftl Tue Mar 16 01:56:41 2010
@@ -19,7 +19,7 @@ under the License.
 
 <#-- eft fields -->
 <#if !eftAccount?has_content><#assign eftAccount = requestParameters></#if>
-<tr><td colspan="3"><hr/>
+<tr><td colspan="3"><hr />
 <input type="hidden" name="paymentMethodId" value="${parameters.paymentMethodId?if_exists}"/></td></tr>
 <tr><td width="26%" align="right" valign="top"><div class="tableheadtext">${uiLabelMap.AccountingEFTAccountInformation}</div></td><td width="5">&nbsp;</td><td width="74%">&nbsp;</td></tr>
 <tr>

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/gcinfo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/gcinfo.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/gcinfo.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/gcinfo.ftl Tue Mar 16 01:56:41 2010
@@ -22,7 +22,7 @@ under the License.
   <#assign giftCard = giftCard?if_exists>
   <#if paymentMethodTypeId?if_exists != "GIFT_CARD">
     <tr>
-      <td colspan="3"><hr/></td>
+      <td colspan="3"><hr /></td>
     </tr>
   </#if>
   <tr>

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderstatus.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderstatus.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderstatus.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/orderstatus.ftl Tue Mar 16 01:56:41 2010
@@ -21,7 +21,7 @@ under the License.
     <input type="hidden" name="add_all" value="false">
     <input type="hidden" name="orderId" value="${orderHeader.orderId}">
     ${screens.render("component://ecommerce/widget/OrderScreens.xml#orderheader")}
-    <br/>
+    <br />
     ${screens.render("component://ecommerce/widget/OrderScreens.xml#orderitems")}
   </form>
 

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/paymentinformation.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/paymentinformation.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/paymentinformation.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/paymentinformation.ftl Tue Mar 16 01:56:41 2010
@@ -91,7 +91,7 @@ function shipBillAddr() {
                 </td>
               </tr>
               <tr>
-                <td colspan="3"><hr/></td>
+                <td colspan="3"><hr /></td>
               </tr>
             </#if>
 
@@ -110,7 +110,7 @@ function shipBillAddr() {
                 <#assign creditCard = requestParameters>
               </#if>
               <tr>
-                <td colspan="3"><hr/></td>
+                <td colspan="3"><hr /></td>
               </tr>
               <tr>
                 <td width="26%" align="right" valign="top"><div class="tableheadtext">${uiLabelMap.AccountingCreditCardInformation}</div></td>
@@ -127,7 +127,7 @@ function shipBillAddr() {
                 <#assign eftAccount = requestParameters>
               </#if>
               <tr>
-                <td colspan="3"><hr/></td>
+                <td colspan="3"><hr /></td>
               </tr>
               <tr>
                 <td width="26%" align="right" valign="top"><div class="tableheadtext">${uiLabelMap.AccountingEFTAccountInformation}</div></td>
@@ -196,7 +196,7 @@ function shipBillAddr() {
               <#assign giftCard = giftCard?if_exists>
               <#if paymentMethodTypeId?if_exists != "GIFT_CARD">
                 <tr>
-                  <td colspan="3"><hr/></td>
+                  <td colspan="3"><hr /></td>
                 </tr>
               </#if>
               <tr>

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCheckoutReview.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCheckoutReview.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCheckoutReview.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCheckoutReview.ftl Tue Mar 16 01:56:41 2010
@@ -50,7 +50,7 @@ under the License.
 
 <#if cart?exists && 0 < cart.size()>
   ${screens.render("component://ecommerce/widget/OrderScreens.xml#quickAnonOrderHeader")}
-  <br/>
+  <br />
   <div id="orderItemsSection">${screens.render("component://ecommerce/widget/OrderScreens.xml#orderitems")}</div>
 <form type="POST" action="<@ofbizUrl>processorder</@ofbizUrl>" name="${parameters.formNameValue}">
   <table border="0" cellpadding="1" width="100%">

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCustSettings.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCustSettings.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCustSettings.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonCustSettings.ftl Tue Mar 16 01:56:41 2010
@@ -131,7 +131,7 @@ under the License.
          </td>
      </tr>
      <tr>
-        <td colspan="3" align="center"><hr/></td>
+        <td colspan="3" align="center"><hr /></td>
      </tr>
      <tr>
         <td width="50%">

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOptionSettings.ftl Tue Mar 16 01:56:41 2010
@@ -112,7 +112,7 @@ function onClickShippingMethod(e) {
                 <textarea class='textAreaBox' cols="30" rows="3" name="shipping_instructions">${shoppingCart.getShippingInstructions()?if_exists}</textarea>
               </td>
             </tr>
-            <tr><td colspan="2"><hr/></td></tr>
+            <tr><td colspan="2"><hr /></td></tr>
             <tr>
               <td colspan="2">
                 <h2>${uiLabelMap.OrderPoNumber}</h2>&nbsp;
@@ -120,7 +120,7 @@ function onClickShippingMethod(e) {
               </td>
             </tr>
             <#if productStore.showCheckoutGiftOptions?if_exists != "N">
-            <tr><td colspan="2"><hr/></td></tr>
+            <tr><td colspan="2"><hr /></td></tr>
             <tr>
               <td colspan="2">
                 <div>
@@ -130,7 +130,7 @@ function onClickShippingMethod(e) {
                 </div>
               </td>
             </tr>
-            <tr><td colspan="2"><hr/></td></tr>
+            <tr><td colspan="2"><hr /></td></tr>
             <tr>
               <td colspan="2">
                 <h2>${uiLabelMap.OrderGiftMessage}</h2>
@@ -145,7 +145,7 @@ function onClickShippingMethod(e) {
         </table></div>
     </td>
     </tr>
-    <tr><td colspan="2"><hr/></td></tr>
+    <tr><td colspan="2"><hr /></td></tr>
     <tr><td colspan="2"><h2>${uiLabelMap.OrderShipAllAtOnce}?</h2></td></tr>
     <tr>
         <td valign="top" colspan="2">

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOrderHeader.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOrderHeader.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOrderHeader.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonOrderHeader.ftl Tue Mar 16 01:56:41 2010
@@ -54,7 +54,7 @@ under the License.
                       </div>
                     </td>
                   </tr>
-                  <tr><td colspan="7"><hr/></td></tr>
+                  <tr><td colspan="7"><hr /></td></tr>
                 </#if>
                 <#-- order status information -->
                 <tr>
@@ -72,7 +72,7 @@ under the License.
                 </tr>
                 <#-- ordered date -->
                 <#if orderHeader?has_content>
-                  <tr><td colspan="7"><hr/></td></tr>
+                  <tr><td colspan="7"><hr /></td></tr>
                   <tr>
                     <td align="right" valign="top" width="15%">
                       <div class="tabletext">&nbsp;<b>${uiLabelMap.CommonDate}</b></div>
@@ -84,7 +84,7 @@ under the License.
                   </tr>
                 </#if>
                 <#if distributorId?exists>
-                  <tr><td colspan="7"><hr/></td></tr>
+                  <tr><td colspan="7"><hr /></td></tr>
                   <tr>
                     <td align="right" valign="top" width="15%">
                       <div class="tabletext">&nbsp;<b>${uiLabelMap.OrderDistributor}</b></div>
@@ -132,17 +132,17 @@ under the License.
                     <td width="5">&nbsp;</td>
                     <td valign="top" width="80%">
                       <div class="tabletext">
-                        <#if shippingAddress.toName?has_content><b>${uiLabelMap.CommonTo}:</b> ${shippingAddress.toName}<br/></#if>
-                        <#if shippingAddress.attnName?has_content><b>${uiLabelMap.PartyAddrAttnName}:</b> ${shippingAddress.attnName}<br/></#if>
-                        ${shippingAddress.address1}<br/>
-                        <#if shippingAddress.address2?has_content>${shippingAddress.address2}<br/></#if>
+                        <#if shippingAddress.toName?has_content><b>${uiLabelMap.CommonTo}:</b> ${shippingAddress.toName}<br /></#if>
+                        <#if shippingAddress.attnName?has_content><b>${uiLabelMap.PartyAddrAttnName}:</b> ${shippingAddress.attnName}<br /></#if>
+                        ${shippingAddress.address1}<br />
+                        <#if shippingAddress.address2?has_content>${shippingAddress.address2}<br /></#if>
                         ${shippingAddress.city}<#if shippingAddress.stateProvinceGeoId?has_content>, ${shippingAddress.stateProvinceGeoId} </#if>
-                        ${shippingAddress.postalCode?if_exists}<br/>
+                        ${shippingAddress.postalCode?if_exists}<br />
                         ${shippingAddress.countryGeoId?if_exists}
                       </div>
                     </td>
                   </tr>
-                  <tr><td colspan="7"><hr/></td></tr>
+                  <tr><td colspan="7"><hr /></td></tr>
                 </#if>
                   <tr><td colspan="7">
                      ${screens.render("component://ecommerce/widget/OrderScreens.xml#quickAnonOptionSettings")}

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl Tue Mar 16 01:56:41 2010
@@ -141,7 +141,7 @@ function getPaymentInformation() {
                  </td>
               </tr>
               <tr><td nowrap colspan="3"><div id="paymentInfoSection"></div></td></tr>
-              <tr><td colspan="3"><hr/></td></tr>
+              <tr><td colspan="3"><hr /></td></tr>
               <#-- gift card fields -->
               <#if productStorePaymentMethodTypeIdMap.GIFT_CARD?exists>
               <tr>

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/requestreturn.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/requestreturn.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/requestreturn.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/requestreturn.ftl Tue Mar 16 01:56:41 2010
@@ -53,7 +53,7 @@ under the License.
               <td><div class="tableheadtext">${uiLabelMap.OrderRequestedResponse}</div></td>
               <td>&nbsp;</td>
             </tr>
-            <tr><td colspan="6"><hr/></td></tr>
+            <tr><td colspan="6"><hr /></td></tr>
             <#if returnableItems?has_content>
               <#assign rowCount = 0>
               <#list returnableItems.keySet() as orderItem>
@@ -106,7 +106,7 @@ under the License.
                     <input type="checkbox" name="_rowSubmit_o_${rowCount}" value="Y" onclick="javascript:checkToggle(this, 'selectAllForm');"/>
                   </td>
                 </tr>
-                <tr><td colspan="6"><hr/></td></tr>
+                <tr><td colspan="6"><hr /></td></tr>
                 <#assign rowCount = rowCount + 1>
               </#if>
               </#list>
@@ -114,7 +114,7 @@ under the License.
               <tr>
                 <td colspan="6"><div class="tableheadtext">${uiLabelMap.OrderSelectShipFromAddress}:</td>
               </tr>
-              <tr><td colspan="6"><hr/></td></tr>
+              <tr><td colspan="6"><hr /></td></tr>
               <tr>
                 <td colspan="6">
                   <table cellspacing="1" cellpadding="2" width="100%">
@@ -126,14 +126,14 @@ under the License.
                         </td>
                         <td width="99%" valign="top" nowrap>
                           <div class="tabletext">
-                            <#if shippingAddress.toName?has_content><b>${uiLabelMap.CommonTo}:</b>&nbsp;${shippingAddress.toName}<br/></#if>
-                            <#if shippingAddress.attnName?has_content><b>${uiLabelMap.PartyAddrAttnName}:</b>&nbsp;${shippingAddress.attnName}<br/></#if>
-                            <#if shippingAddress.address1?has_content>${shippingAddress.address1}<br/></#if>
-                            <#if shippingAddress.address2?has_content>${shippingAddress.address2}<br/></#if>
+                            <#if shippingAddress.toName?has_content><b>${uiLabelMap.CommonTo}:</b>&nbsp;${shippingAddress.toName}<br /></#if>
+                            <#if shippingAddress.attnName?has_content><b>${uiLabelMap.PartyAddrAttnName}:</b>&nbsp;${shippingAddress.attnName}<br /></#if>
+                            <#if shippingAddress.address1?has_content>${shippingAddress.address1}<br /></#if>
+                            <#if shippingAddress.address2?has_content>${shippingAddress.address2}<br /></#if>
                             <#if shippingAddress.city?has_content>${shippingAddress.city}</#if>
-                            <#if shippingAddress.stateProvinceGeoId?has_content><br/>${shippingAddress.stateProvinceGeoId}</#if>
-                            <#if shippingAddress.postalCode?has_content><br/>${shippingAddress.postalCode}</#if>
-                            <#if shippingAddress.countryGeoId?has_content><br/>${shippingAddress.countryGeoId}</#if>
+                            <#if shippingAddress.stateProvinceGeoId?has_content><br />${shippingAddress.stateProvinceGeoId}</#if>
+                            <#if shippingAddress.postalCode?has_content><br />${shippingAddress.postalCode}</#if>
+                            <#if shippingAddress.countryGeoId?has_content><br />${shippingAddress.countryGeoId}</#if>
                             <a href="<@ofbizUrl>editcontactmech?DONE_PAGE=checkoutoptions&contactMechId=${shippingAddress.contactMechId}</@ofbizUrl>" class="buttontext">[${uiLabelMap.CommonUpdate}]</a>
                           </div>
                         </td>
@@ -142,7 +142,7 @@ under the License.
                   </table>
                 </td>
               </tr>
-              <tr><td colspan="6"><hr/></td></tr>
+              <tr><td colspan="6"><hr /></td></tr>
               <tr>
                 <td colspan="6" align="right">
                   <a href="javascript:document.selectAllForm.submit();" class="buttontext">${uiLabelMap.OrderReturnSelectedItems}</a>

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/splitship.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/splitship.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/splitship.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/order/splitship.ftl Tue Mar 16 01:56:41 2010
@@ -137,7 +137,7 @@ function submitForm(form, mode, value) {
                 <#assign groupIdx = groupIdx + 1>
                 <#if group_has_next>
                   <tr>
-                    <td colspan="6"><hr/></td>
+                    <td colspan="6"><hr /></td>
                   </tr>
                 </#if>
               </form>

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/quote/CreateOrderQuote.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/quote/CreateOrderQuote.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/quote/CreateOrderQuote.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/quote/CreateOrderQuote.ftl Tue Mar 16 01:56:41 2010
@@ -26,4 +26,4 @@ under the License.
         </#if>
     </#if>
 </div>
-<br/>
+<br />

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestInfo.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestInfo.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestInfo.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestInfo.ftl Tue Mar 16 01:56:41 2010
@@ -32,7 +32,7 @@ under the License.
                     ${(custRequestType.get("description",locale))?default(custRequest.custRequestTypeId?if_exists)}
                 </td>
             </tr>
-            <tr><td colspan="7"><hr/></td></tr>
+            <tr><td colspan="7"><hr /></td></tr>
             <#-- request status information -->
             <tr>
                 <td align="right" valign="top" width="15%" class="label">
@@ -44,7 +44,7 @@ under the License.
                 </td>
             </tr>
             <#-- party -->
-            <tr><td colspan="7"><hr/></td></tr>
+            <tr><td colspan="7"><hr /></td></tr>
             <tr>
                  <td align="right" valign="top" width="15%" class="label">
                      &nbsp;${uiLabelMap.PartyPartyId}
@@ -55,7 +55,7 @@ under the License.
                  </td>
             </tr>
             <#-- request name -->
-            <tr><td colspan="7"><hr/></td></tr>
+            <tr><td colspan="7"><hr /></td></tr>
             <tr>
                 <td align="right" valign="top" width="15%" class="label">
                     &nbsp;${uiLabelMap.CommonName}
@@ -66,7 +66,7 @@ under the License.
                 </td>
             </tr>
             <#-- request description -->
-            <tr><td colspan="7"><hr/></td></tr>
+            <tr><td colspan="7"><hr /></td></tr>
             <tr>
                 <td align="right" valign="top" width="15%" class="label">
                     &nbsp;${uiLabelMap.CommonDescription}
@@ -77,7 +77,7 @@ under the License.
                 </td>
             </tr>
             <#-- request currency -->
-            <tr><td colspan="7"><hr/></td></tr>
+            <tr><td colspan="7"><hr /></td></tr>
             <tr>
                 <td align="right" valign="top" width="15%" class="label">
                     &nbsp;${uiLabelMap.CommonCurrency}
@@ -88,7 +88,7 @@ under the License.
                 </td>
             </tr>
             <#-- request currency -->
-            <tr><td colspan="7"><hr/></td></tr>
+            <tr><td colspan="7"><hr /></td></tr>
             <tr>
                 <td align="right" valign="top" width="15%" class="label">
                     &nbsp;${uiLabelMap.ProductProductStore}
@@ -99,7 +99,7 @@ under the License.
                 </td>
             </tr>
             <#-- request comment -->
-            <tr><td colspan="7"><hr/></td></tr>
+            <tr><td colspan="7"><hr /></td></tr>
             <tr>
                 <td align="right" valign="top" width="15%" class="label">
                     &nbsp;${uiLabelMap.CommonInternalComment}
@@ -110,7 +110,7 @@ under the License.
                 </td>
             </tr>
             <#-- request reason -->
-            <tr><td colspan="7"><hr/></td></tr>
+            <tr><td colspan="7"><hr /></td></tr>
             <tr>
                 <td align="right" valign="top" width="15%" class="label">
                     &nbsp;${uiLabelMap.CommonReason}

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestRoles.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestRoles.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestRoles.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/request/requestRoles.ftl Tue Mar 16 01:56:41 2010
@@ -36,7 +36,7 @@ under the License.
                   </td>
               </tr>
               <#if requestParties.size() != row>
-                <tr><td colspan="3"><hr/></td></tr>
+                <tr><td colspan="3"><hr /></td></tr>
               </#if>
               <#assign row = row + 1>
           </#list>

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/requirePasswordChange.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/requirePasswordChange.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/requirePasswordChange.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/requirePasswordChange.ftl Tue Mar 16 01:56:41 2010
@@ -25,7 +25,7 @@ under the License.
 </#if>
 
 <h1>${uiLabelMap.CommonLogin}</h1>
-<br/>
+<br />
 
 <div style="float: center; width: 49%; margin-right: 5px; text-align: center;" class="screenlet">
     <div class="screenlet-title-bar">

Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl Tue Mar 16 01:56:41 2010
@@ -28,7 +28,7 @@ under the License.
        obj.submit();
     }
 </script>
-<br/>
+<br />
 <div class="screenlet">
         <div class="boxlink">
             <a href="<@ofbizUrl>createEmptyShoppingList?productStoreId=${productStoreId}</@ofbizUrl>" class="submenutextright">${uiLabelMap.CommonCreateNew}</a>
@@ -208,7 +208,7 @@ under the License.
                 </td>
                 <td>&nbsp;</td>
               </tr>
-              <tr><td colspan="9"><hr/></td></tr>
+              <tr><td colspan="9"><hr /></td></tr>
               <tr>
                 <td><div class="tableheadtext">${uiLabelMap.OrderShipTo}</div></td>
                 <td>
@@ -271,7 +271,7 @@ under the License.
                 </td>
                 <td>&nbsp;</td>
               </tr>
-              <tr><td colspan="9"><hr/></td></tr>
+              <tr><td colspan="9"><hr /></td></tr>
               <tr>
                 <td align="right" colspan="9">
                   <div class="tabletext">
@@ -283,7 +283,7 @@ under the License.
                 </td>
               </tr>
               <#if shoppingList.isActive?default("N") == "Y">
-                <tr><td colspan="9"><hr/></td></tr>
+                <tr><td colspan="9"><hr /></td></tr>
                 <tr>
                   <td colspan="9">
                     <#assign nextTime = recInfo.next(lastSlOrderTime)?if_exists>
@@ -352,7 +352,7 @@ under the License.
               </tr>
             </form>
           </#list>
-          <tr><td colspan="6"><hr/></td></tr>
+          <tr><td colspan="6"><hr /></td></tr>
           <tr>
             <td><div class="tabletext">&nbsp;</div></td>
             <td nowrap align="right">
@@ -430,7 +430,7 @@ under the License.
                       <#if isVirtual && productVariantAssocs?has_content>
                         <#assign replaceItemAction = "/replaceShoppingListItem/" + requestAttributes._CURRENT_VIEW_?if_exists>
                         <#assign addToCartAction = "/additem/" + requestAttributes._CURRENT_VIEW_?if_exists>
-                        <br/>
+                        <br />
                         <form method="post" action="<@ofbizUrl>${addToCartAction}</@ofbizUrl>" name="listreplform_${shoppingListItem.shoppingListItemSeqId}" style="margin: 0;">
                           <input type="hidden" name="shoppingListId" value="${shoppingListItem.shoppingListId}"/>
                           <input type="hidden" name="shoppingListItemSeqId" value="${shoppingListItem.shoppingListItemSeqId}"/>
@@ -444,9 +444,9 @@ under the License.
                                 </#if>
                               </#list>
                           </select>
-                          <br/>
+                          <br />
                           <a href="javascript:document.listreplform_${shoppingListItem.shoppingListItemSeqId}.action='<@ofbizUrl>${replaceItemAction}</@ofbizUrl>';document.listreplform_${shoppingListItem.shoppingListItemSeqId}.submit();" class="buttontext">${uiLabelMap.EcommerceReplaceWithVariation}</a>
-                          <br/>
+                          <br />
                           <a href="javascript:document.listreplform_${shoppingListItem.shoppingListItemSeqId}.action='<@ofbizUrl>${addToCartAction}</@ofbizUrl>';document.listreplform_${shoppingListItem.shoppingListItemSeqId}.submit();" class="buttontext">${uiLabelMap.CommonAdd}&nbsp;${shoppingListItem.quantity?string}&nbsp;${uiLabelMap.EcommerceVariationToCart}</a>
                         </form>
                       <#else>
@@ -455,7 +455,7 @@ under the License.
                     </td>
                   </tr>
               </#list>
-              <tr><td colspan="6"><hr/></td></tr>
+              <tr><td colspan="6"><hr /></td></tr>
               <tr>
                 <td><div class="tabletext">&nbsp;</div></td>
                 <td><div class="tabletext">&nbsp;</div></td>

Modified: ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/find/GoogleBaseAdvancedSearch.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/find/GoogleBaseAdvancedSearch.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/find/GoogleBaseAdvancedSearch.ftl (original)
+++ ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/find/GoogleBaseAdvancedSearch.ftl Tue Mar 16 01:56:41 2010
@@ -378,7 +378,7 @@ under the License.
           </#if>
           <tr>
             <td align="center" colspan="2">
-              <hr/>
+              <hr />
               <a href="javascript:submit($('advToKeywordSearchform'));" class="buttontext">${uiLabelMap.CommonFind}</a>
             </td>
           </tr>

Modified: ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/find/googleExportLink.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/find/googleExportLink.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/find/googleExportLink.ftl (original)
+++ ofbiz/trunk/specialpurpose/googlebase/webapp/googlebase/find/googleExportLink.ftl Tue Mar 16 01:56:41 2010
@@ -28,7 +28,7 @@ under the License.
     <table cellspacing="0" class="basic-table">
         <tr>
             <td align="center" colspan="2">
-                <hr/>
+                <hr />
                 <a href="javascript:exportToGoogle();" class="buttontext">${uiLabelMap.GoogleBaseExportToGoogle}</a>
             </td>
         </tr>

Modified: ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/includes/messages.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/includes/messages.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/includes/messages.ftl (original)
+++ ofbiz/trunk/specialpurpose/hhfacility/webapp/hhfacility/includes/messages.ftl Tue Mar 16 01:56:41 2010
@@ -37,7 +37,7 @@ under the License.
 
 <#-- display the error messages -->
 <#if (errorMessage?has_content || errorMessageList?has_content)>
-  <div class="errorMessage">Errors Occurred:</div><br/>
+  <div class="errorMessage">Errors Occurred:</div><br />
   <ul>
     <#if errorMessage?has_content>
       <li class="errorMessage">${errorMessage}</li>
@@ -48,12 +48,12 @@ under the License.
       </#list>
     </#if>
   </ul>
-  <br/>
+  <br />
 </#if>
 
 <#-- display the event messages -->
 <#if (eventMessage?has_content || eventMessageList?has_content)>
-  <div class="eventMessage">Events:</div><br/>
+  <div class="eventMessage">Events:</div><br />
   <ul>
     <#if eventMessage?has_content>
       <li class="eventMessage">${eventMessage}</li>
@@ -64,5 +64,5 @@ under the License.
       </#list>
     </#if>
   </ul>
-  <br/>
+  <br />
 </#if>

Modified: ofbiz/trunk/specialpurpose/myportal/widget/login.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/login.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/widget/login.ftl (original)
+++ ofbiz/trunk/specialpurpose/myportal/widget/login.ftl Tue Mar 16 01:56:41 2010
@@ -48,7 +48,7 @@ under the License.
           </tr>
         </table>
         <input type="hidden" name="JavaScriptEnabled" value="N"/>
-        <br/>
+        <br />
         <a href="<@ofbizUrl>forgotPassword</@ofbizUrl>">${uiLabelMap.CommonForgotYourPassword}?</a>
         <a href="<@ofbizUrl>newRegisterLogin</@ofbizUrl>">${uiLabelMap.MyPortalNewRegistration}</a>
       </form>

Modified: ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl (original)
+++ ofbiz/trunk/specialpurpose/oagis/templates/email/InventoryNoticeEmail.ftl Tue Mar 16 01:56:41 2010
@@ -29,7 +29,7 @@
   <body>
     <h1>${title}</h1>
     <#-- custom logo or text can be inserted here -->
-    <br/>
+    <br />
     <div class="screenlet-title-bar">
       <div class="h3">${uiLabelMap.OagisInventoryDescription}<b></b></div>
     </div>
@@ -43,7 +43,7 @@
           <td width="10%" align="right"><b>${uiLabelMap.OrderQuantity} (Message)</b></td>
           <td width="10%" align="right"><b>${uiLabelMap.OagisQuantityDiff}.</b></td>
         </tr>
-        <tr><td colspan="10"><hr/></td></tr>
+        <tr><td colspan="10"><hr /></td></tr>
         <#assign alt_row = false>
         <#list inventoryMapList as inventoryMap>
           <tr valign="middle"<#if alt_row> class="alternate-row"</#if>>
@@ -57,7 +57,7 @@
           <#-- toggle the row color -->
           <#assign alt_row = !alt_row>
         </#list>
-        <tr><td colspan="10"><hr/></td></tr>
+        <tr><td colspan="10"><hr /></td></tr>
       </table>
     </div>
   </body>

Modified: ofbiz/trunk/specialpurpose/projectmgr/main.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/main.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/main.ftl (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/main.ftl Tue Mar 16 01:56:41 2010
@@ -17,12 +17,12 @@ specific language governing permissions
 under the License.
 -->
 
-<br/>
+<br />
 <h2>${text1}</h2>
-<br/>
+<br />
 <#if text2?exists>
 <h2>${text2}</h2>
-</#if><br/>
+</#if><br />
 <#if link1?exists>
 <h2>1. <a href="${link1}" target="new1">${link1Text}</a></h2>
 </#if>

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskandassoc.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskandassoc.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskandassoc.ftl (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/project/edittaskandassoc.ftl Tue Mar 16 01:56:41 2010
@@ -33,7 +33,7 @@ under the License.
     <#if task?has_content>
       <form name="addTaskAndAssocForm" method="get" action="<@ofbizUrl>updateTaskAndAssoc</@ofbizUrl>">
     <#else>
-      <br/>
+      <br />
       <form name="addTaskAndAssocForm" method="get" action="<@ofbizUrl>createTaskAndAssoc</@ofbizUrl>">
     </#if>
         <table width="100%" cellpadding="2" cellspacing="0">

Modified: ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl (original)
+++ ofbiz/trunk/specialpurpose/shark/webapp/shark/repository/showRepository.ftl Tue Mar 16 01:56:41 2010
@@ -53,7 +53,7 @@ under the License.
   <div>Repository is empty.</div>
 </#if>
 
-<br/>
+<br />
 <h2>Upload XPDL</h2>
 <div>&nbsp;</div>
 <form method="post" enctype="multipart/form-data" action="<@ofbizUrl>repository?upload=xpdl</@ofbizUrl>" name="xpdlUploadForm">

Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/RequirePasswordChange.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/RequirePasswordChange.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/RequirePasswordChange.ftl (original)
+++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/RequirePasswordChange.ftl Tue Mar 16 01:56:41 2010
@@ -25,7 +25,7 @@ under the License.
 </#if>
 
 <h1>${uiLabelMap.CommonLogin}</h1>
-<br/>
+<br />
 
 <div style="float: center; width: 49%; margin-right: 5px; text-align: center;" class="screenlet">
     <div class="screenlet-title-bar">${uiLabelMap.CommonPasswordChange}</div>

Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/Footer.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/Footer.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/Footer.ftl (original)
+++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/includes/Footer.ftl Tue Mar 16 01:56:41 2010
@@ -19,16 +19,16 @@ under the License.
 
 <#assign nowTimestamp = Static["org.ofbiz.base.util.UtilDateTime"].nowTimestamp()>
 
-<br/>
+<br />
 <div align="center">
     <a href="http://jigsaw.w3.org/css-validator/"><img style="border:0;width:88px;height:31px" src="<@ofbizContentUrl>/images/vcss.gif</@ofbizContentUrl>" alt="Valid CSS!"/></a>
     <a href="http://validator.w3.org/check?uri=referer"><img style="border:0;width:88px;height:31px" src="<@ofbizContentUrl>/images/valid-xhtml10.png</@ofbizContentUrl>" alt="Valid XHTML 1.0!"/></a>
 </div>
-<br/>
+<br />
 <div align="center">
     <div>Copyright (c) 2001-${nowTimestamp?string("yyyy")} The Apache Software Foundation - <a href="http://www.apache.org" class="tabletext" target="_blank">www.apache.org</a></div>
     <div>Powered by <a href="http://ofbiz.apache.org" target="_blank">Apache OFBiz</a></div>
 </div>
-<br/>
+<br />
 </body>
 </html>

Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/search/SearchProducts.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/search/SearchProducts.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/search/SearchProducts.ftl (original)
+++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/search/SearchProducts.ftl Tue Mar 16 01:56:41 2010
@@ -25,7 +25,7 @@ under the License.
         <input type="text" id="productGoodIdentification" name="productGoodIdentification" size="40" maxlength="100">
         <div id="productsIdent" class="autocomplete" style="display:none"></div>
         <input type="submit" id="submitButton" name="submitButton" value="${uiLabelMap.OrderAddToCart}" onclick="ajaxSubmitFormUpdateAreas('SearchProducts', 'CartScreen, webpos/control/ShowCart,')">
-        <br/>
+        <br />
         <label for="searchBy"><b>&nbsp;${uiLabelMap.WebPosSearchBy}</b></label>
         <select id="searchBy" name="searchBy">
           <option value="productName" selected>${uiLabelMap.ProductProductName}</option>
@@ -35,7 +35,7 @@ under the License.
         <div id="products" class="autocomplete" style="display:none"></div>
     </div>
 </form>
-<br/>
+<br />
 <script language="javascript" type="text/javascript">
     document.SearchProducts.productGoodIdentification.focus();
 </script>
\ No newline at end of file

Modified: ofbiz/trunk/specialpurpose/workflow/webapp/workflow/workflow/readxpdl.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/workflow/webapp/workflow/workflow/readxpdl.ftl?rev=923545&r1=923544&r2=923545&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/workflow/webapp/workflow/workflow/readxpdl.ftl (original)
+++ ofbiz/trunk/specialpurpose/workflow/webapp/workflow/workflow/readxpdl.ftl Tue Mar 16 01:56:41 2010
@@ -20,7 +20,7 @@ under the License.
 <h1>${uiLabelMap.WorkflowReadXPDLFile}</h1>
 <br />
 <p>${uiLabelMap.WorkflowImportXPDLPageDescription}</p>
-<hr/>
+<hr />
 <#if security.hasPermission("WORKFLOW_MAINT", session)>
   <form method="post" action="<@ofbizUrl>readxpdl</@ofbizUrl>">
     <table class="basic-table form-widget-table">
@@ -44,7 +44,7 @@ under the License.
 
   <#if parameters.XPDL_LOCATION?has_content>
     <#if messages?has_content>
-      <hr/>
+      <hr />
       <h1>${uiLabelMap.CommonErrorMessage3}:</h1>
       <div>
         <#list messages as message>
@@ -57,7 +57,7 @@ under the License.
       <#list toBeStored as entity>
           <pre>${entity}</pre>
       </#list>
-      <hr/>
+      <hr />
       <div>${uiLabelMap.WorkflowReadAndPrintedNEntities}</div>
     <#else>
       <div>${uiLabelMap.WorkflowNoEntitiesRead}.</div>