lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 87d4f89 1/9: Fix commas and spacing in some i


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 87d4f89 1/9: Fix commas and spacing in some illustration headers
Date: Wed, 29 Aug 2018 11:07:52 -0400 (EDT)

branch: master
commit 87d4f89a672b715cef226bfc1196a0d3b2d4c5f3
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Fix commas and spacing in some illustration headers
    
    Former (-) versus fixed (+) headers:
      individual:
    -H G Wells , Male Nontobacco rates, Age 45
    +H G Wells, Male Nontobacco rates, Age 45
      composite:
    -, Nontobacco rates, Age 45
    +Nontobacco rates, Age 45
    
    After this change, this command:
      grep '{{[/#^].*}},' *.mst
    no longer finds anything.
    
    Still not fixed: composites shouldn't have age, gender, or rating class.
---
 nasd_header_lower.mst        | 4 ++--
 reg_d_group_header_lower.mst | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/nasd_header_lower.mst b/nasd_header_lower.mst
index 1e7c856..587ad80 100644
--- a/nasd_header_lower.mst
+++ b/nasd_header_lower.mst
@@ -29,8 +29,8 @@
             {{CorpNameAbbrev60}}
         {{/Composite}}
         {{^Composite}}
-            {{Insured1Abbrev30}}
-        {{/Composite}},
+            {{Insured1Abbrev30}},
+        {{/Composite}}
         {{Gender}} {{Smoker}} rates, Age {{Age}}<br>
         {{#Composite}}
             Composite<br>
diff --git a/reg_d_group_header_lower.mst b/reg_d_group_header_lower.mst
index c8310cf..748f24b 100644
--- a/reg_d_group_header_lower.mst
+++ b/reg_d_group_header_lower.mst
@@ -29,8 +29,8 @@
             {{CorpNameAbbrev60}}
         {{/Composite}}
         {{^Composite}}
-            {{Insured1Abbrev30}}
-        {{/Composite}},
+            {{Insured1Abbrev30}},
+        {{/Composite}}
         {{Gender}} {{Smoker}} rates, Age {{Age}}<br>
         {{#Composite}}
             Composite<br>



reply via email to

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