lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 41ae40d 089/156: Fix wrong "<br>" tag in the


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 41ae40d 089/156: Fix wrong "<br>" tag in the header template
Date: Tue, 30 Jan 2018 17:22:19 -0500 (EST)

branch: master
commit 41ae40d26c0bdf46280f69d0bebb65a17d8e52b3
Author: Vadim Zeitlin <address@hidden>
Commit: Vadim Zeitlin <address@hidden>

    Fix wrong "<br>" tag in the header template
    
    No real changes as the closing </br> tag used by mistake still somehow
    worked in the same way as the opening one.
---
 header.mustache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/header.mustache b/header.mustache
index 514388a..11cb6b8 100644
--- a/header.mustache
+++ b/header.mustache
@@ -29,7 +29,7 @@
             {{/Composite}}
             {{^Composite}}
                 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Insured: 
{{Insured1Abbrev50}}<br>
-                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Age: 
{{Age}}</br>
+                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Age: 
{{Age}}<br>
             {{/Composite}}
             Product: {{PolicyForm}}&nbsp;{{PolicyMktgName}}<br>
             {{#ModifiedSinglePremium}}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]