From 881e80ccce53136652b269aa34b6c7cb6ceb34ca Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 7 Jan 2015 19:04:46 -0500 Subject: c&d: html, ocn link back to self reinstated * requested, used as quick means to get object url reference link * d: removed ocn_html_identifier variable, unnecessary in html5 (requirement previously forced by html4) --- lib/sisu/develop/html_lite_shared.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/sisu/develop/html_lite_shared.rb') diff --git a/lib/sisu/develop/html_lite_shared.rb b/lib/sisu/develop/html_lite_shared.rb index 65c0537d..5c74fa85 100644 --- a/lib/sisu/develop/html_lite_shared.rb +++ b/lib/sisu/develop/html_lite_shared.rb @@ -75,7 +75,6 @@ module SiSU_FormatShared else @@hname end @tab="\t" - @ocn_html_identifier=SiSU_Env::ProcessingSettings.new(@md).ocn_html_identifier @@tablehead,@@tablefoot=[],[] @env=SiSU_Env::InfoEnv.new(@md.fns) @base_url="#{@env.url.root}/#{@md.fnb}/#{@hname}.html" @@ -204,7 +203,7 @@ GSUB %{

#{h[:txt]}

\n} << "\n" end def lev_toc_hname - %{

#{@txt}

\n} #<< "\n" + %{

#{@txt}

\n} #<< "\n" end def lev_toc h={ txt: txt, class: "toc#{@lv}", type: 'toc' } -- cgit v1.2.3