aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/concordance.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-03-23 19:21:06 -0400
committerRalph Amissah <ralph@amissah.com>2010-03-23 19:21:06 -0400
commitf5ea5dbea7e43a67680acad29fa428f829053406 (patch)
treec88f820c96c81943085f56a17c857639dc9be1ee /lib/sisu/v2/concordance.rb
parentsha256 (2.0.3) (diff)
correct method call for md.title.full a number of places
* [in db_import, results in failure of doc import when called]
Diffstat (limited to 'lib/sisu/v2/concordance.rb')
-rw-r--r--lib/sisu/v2/concordance.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sisu/v2/concordance.rb b/lib/sisu/v2/concordance.rb
index 06cc3056..74338e98 100644
--- a/lib/sisu/v2/concordance.rb
+++ b/lib/sisu/v2/concordance.rb
@@ -111,7 +111,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="../_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.fn[:toc]}" #{@vz.js_toc}><b>#{@md.full_title}</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" 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.fn[:toc]}" #{@vz.js_toc}><b>#{@md.title.full}</b></a></h1><p class="bold">#{@md.author}</p></td></tr></table>
WOK
end
def create
@@ -123,11 +123,11 @@ WOK
<html>
<head>
<title>
- SiSU created WordIndex for: #{@md.full_title}
+ SiSU created WordIndex for: #{@md.title.full}
</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="Description" content="&nbsp;SiSU created">
- <meta name="keywords" content="word index for #{@md.full_title}">
+ <meta name="keywords" content="word index for #{@md.title.full}">
<meta name="generator" content="SiSU (Linux &amp; Ruby!)">
<link rel="generator" href="http://www.jus.uio.no/sisu" />
<link rel="shortcut icon" href="../_sisu/image/rb7.ico" />