aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-07-27 13:49:50 -0400
committerRalph Amissah <ralph@amissah.com>2010-07-27 13:49:50 -0400
commit2f171cf0031969cbe7bbd2436534a99a1af1e495 (patch)
treefe96c8df722fe127fb5c86b73d8ce5f41179cfef
parentepub, toc copyat link removed (diff)
epub_format, within head, title & author
-rw-r--r--lib/sisu/v2/epub_format.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/sisu/v2/epub_format.rb b/lib/sisu/v2/epub_format.rb
index 6bbbd668..3f817fb8 100644
--- a/lib/sisu/v2/epub_format.rb
+++ b/lib/sisu/v2/epub_format.rb
@@ -1282,8 +1282,11 @@ WOK
%{#{doc_type}
<head>
<title>
- #{@md.html_title}
+ #{@md.title.full}
</title>
+ <creator>
+ #{@md.creator.author}
+ </creator>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
#{@css.xhtml_epub}
</head>