aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/html_concordance.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-10-12 10:34:20 -0400
committerRalph Amissah <ralph@amissah.com>2014-10-12 10:34:20 -0400
commit46485232482fdcb385f8dda5f01cad57f7add189 (patch)
tree47a8c7b064b1bde461587e0722bacd953012e7c1 /lib/sisu/v5/html_concordance.rb
parentv5: html, reduce difference with v6 (removal of some trailing slashes <p> <br>) (diff)
v5: html, reduce difference with v6 (mostly removal of bgcolor)
* note: html_format.rb has differences, else same
Diffstat (limited to 'lib/sisu/v5/html_concordance.rb')
-rw-r--r--lib/sisu/v5/html_concordance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v5/html_concordance.rb b/lib/sisu/v5/html_concordance.rb
index 32a2ea35..6053bd61 100644
--- a/lib/sisu/v5/html_concordance.rb
+++ b/lib/sisu/v5/html_concordance.rb
@@ -136,7 +136,7 @@ module SiSU_Concordance
@fnb=@md.fnb
@lex_button=%{<a href="http://www.jus.uio.no/sisu/" target="_top"><img border="0" height="44" width="144" valign="center" src="#{@file.path_rel_links.html_seg_2}_sisu/image/sisu.png" alt="SiSU home --&gt;"></a>}
@doc_details =<<WOK
-<table summary="links to text related to this rudimentary index" width="96%" border="0" bgcolor="white" cellpadding="0" align="center"><tr><td width="2%" align="right">&nbsp;</td><td width="94%" valign="top" align="justify"><h1 class="small"><a href="#{@md.file.base_filename.html_segtoc}"><b>#{@md.title.full}</b></a></h1><p class="bold">#{@md.author}</p></td></tr></table>
+<table summary="links to text related to this rudimentary index" width="96%" border="0" cellpadding="0" align="center"><tr><td width="2%" align="right">&nbsp;</td><td width="94%" valign="top" align="justify"><h1 class="small"><a href="#{@md.file.base_filename.html_segtoc}"><b>#{@md.title.full}</b></a></h1><p class="bold">#{@md.author}</p></td></tr></table>
WOK
@make=SiSU_Env::ProcessingSettings.new(@md)
end