aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/xml_fictionbook.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/xml_fictionbook.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/xml_fictionbook.rb')
-rw-r--r--lib/sisu/v2/xml_fictionbook.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v2/xml_fictionbook.rb b/lib/sisu/v2/xml_fictionbook.rb
index 129dabd3..045fdb93 100644
--- a/lib/sisu/v2/xml_fictionbook.rb
+++ b/lib/sisu/v2/xml_fictionbook.rb
@@ -123,7 +123,7 @@ module SiSU_XML_Fictionbook
<middle-name>***</middle-name>
<last-name>***</last-name>
</author>
- <book-title>#{@md.full_title}</book-title>
+ <book-title>#{@md.title.full}</book-title>
<annotation>
</annotation>
<date value="#{@md.date}">yyyy</date>