diff options
| author | Ralph Amissah <ralph@amissah.com> | 2010-07-27 13:49:50 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2010-07-27 13:49:50 -0400 | 
| commit | 2f171cf0031969cbe7bbd2436534a99a1af1e495 (patch) | |
| tree | fe96c8df722fe127fb5c86b73d8ce5f41179cfef /lib | |
| parent | epub, toc copyat link removed (diff) | |
epub_format, within head, title & author
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v2/epub_format.rb | 5 | 
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> | 
