diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-08-20 18:34:11 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-08-20 18:34:11 -0400 |
commit | 6c757d0138dc18aa176a64c751487ea40ef5641c (patch) | |
tree | 602886b2bd21c2e53b78bc7eab648f559eca224a /lib/sisu/v5/html_segments.rb | |
parent | rbuild, gem build a selected tagged sisu version (diff) |
v5 v6: cosmetic code
Diffstat (limited to 'lib/sisu/v5/html_segments.rb')
-rw-r--r-- | lib/sisu/v5/html_segments.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sisu/v5/html_segments.rb b/lib/sisu/v5/html_segments.rb index 9b0cc1c7..dab3159f 100644 --- a/lib/sisu/v5/html_segments.rb +++ b/lib/sisu/v5/html_segments.rb @@ -243,7 +243,9 @@ module SiSU_HTML_Seg #my_make_source_file=SiSU_Env::CreateFile.new(@md.fns) idx_html=SiSU_Particulars::CombinedSingleton. instance.get_idx_html(@md.opt).html_idx - idx_html.each {|x| @@seg[:idx] << x } + idx_html.each do |x| + @@seg[:idx] << x + end @@seg[:heading_idx]='' end data.each do |dob| |