diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-08-24 12:48:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-08-24 12:49:31 -0400 |
commit | f1fe4547034011194e913ffd70820e1c4f39d6ba (patch) | |
tree | f84d2e3c33975b17e0c698b68e7fd46cfec225bd /lib/sisu/v0/defaults.rb | |
parent | minitoc added to concordance and manifest; dal, precision in endnote matching (diff) |
minitoc added, used by manifest and concordance; html css div sorting
a earlier commit relies on minitoc prior to its addition, this fixes that issue
html css divs, need to be watched across different html output
Diffstat (limited to 'lib/sisu/v0/defaults.rb')
-rw-r--r-- | lib/sisu/v0/defaults.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sisu/v0/defaults.rb b/lib/sisu/v0/defaults.rb index 821893fc..491be5ff 100644 --- a/lib/sisu/v0/defaults.rb +++ b/lib/sisu/v0/defaults.rb @@ -1628,12 +1628,11 @@ WOK end def credits_sisu %{<div class="substance"> -<p class="content"> <table summary="SiSU summary" bgcolor="#ffffff" cellpadding="4" border="0"> <tr><td> #{widget_sisu} #{widget_way_better} -</table></p></div>} +</table></div>} end def credits_splash end |