aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/develop/xhtml_parts.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-12-06 01:09:10 -0500
committerRalph Amissah <ralph@amissah.com>2014-12-08 00:18:15 -0500
commit1b77c140270a910710a2d918f74cc71eeb611fd4 (patch)
treeb5fff4789326668462c95060f7d9ef00385c5962 /lib/sisu/develop/xhtml_parts.rb
parentc&d: version & branch info, changes related to move of lib dirs (diff)
d: track changes to sisu_version info
Diffstat (limited to 'lib/sisu/develop/xhtml_parts.rb')
-rw-r--r--lib/sisu/develop/xhtml_parts.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/develop/xhtml_parts.rb b/lib/sisu/develop/xhtml_parts.rb
index 36a8cd9a..85d18ba7 100644
--- a/lib/sisu/develop/xhtml_parts.rb
+++ b/lib/sisu/develop/xhtml_parts.rb
@@ -174,7 +174,7 @@ module SiSU_Proj_XHTML
end
def credits_sisu_epub
%{<div class="substance">
-<p class="center"><a href="http://www.openebook.org"><b>EPUB</b></a> generated by <a href="http://www.sisudoc.org"><b>#{@v[:project]}</b></a> v#{@v[:version]}, GPL3</p>
+<p class="center"><a href="http://www.openebook.org"><b>EPUB</b></a> generated by <a href="http://www.sisudoc.org"><b>#{@v.project}</b></a> v#{@v.version}, GPL3</p>
</div>}
''
end