diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v1/dal.rb | 1 | ||||
-rw-r--r-- | lib/sisu/v1/html_format.rb | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/lib/sisu/v1/dal.rb b/lib/sisu/v1/dal.rb index 627244c6..63b7b534 100644 --- a/lib/sisu/v1/dal.rb +++ b/lib/sisu/v1/dal.rb @@ -178,7 +178,6 @@ module SiSU_DAL else nil #SiSU_DAL::Source.new(@opt).create_dal end -#p dal; dal end end class Output diff --git a/lib/sisu/v1/html_format.rb b/lib/sisu/v1/html_format.rb index 0ceb1a8b..af8de05e 100644 --- a/lib/sisu/v1/html_format.rb +++ b/lib/sisu/v1/html_format.rb @@ -959,23 +959,6 @@ WOK <tr><td valign="top"> #{@vz.paragraph_txt}} end -## def toc_endnote -## %{#{@vz.margin_txt_3} -## #{@vz.paragraph_font_small} -## <a href="#endnotes"> -## Endnotes -## </a> -## #{@vz.table_close}} -## end -# def toc_endnote -# %{#{@vz.margin_css} -# <h4 class="toc"> -# <a href="#endnotes"> -# Endnotes -# </a> -# </h4> -##{@vz.table_close}} -# end def title_endnote #revisit # %{#{@vz.margin_txt_0} # #{@vz.paragraph_txt} @@ -1401,9 +1384,6 @@ WOK lev('h0','minitoc') end def mini_tail -# <h0 class="minitoc"> -# <a href="metadata.html">Document Information (metadata)</a> -# </h0> %{ <h4 class="minitoc"> <a href="sisu_manifest.html">Manifest (alternative outputs)</a> |