aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/html_format.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-10-19 21:19:47 -0400
committerRalph Amissah <ralph@amissah.com>2014-10-19 21:19:47 -0400
commitfa19bd4cdb7f9f9db99c99604250ceda77e527a8 (patch)
tree3689106b15c764c720d11fbe6da0d25418094d69 /lib/sisu/v5/html_format.rb
parentdebian/changelog (5.7.0-1) (diff)
parentv5 v6: cgi, sample search form, find & display endnotes from parent text object (diff)
Merge tag 'sisu_5.7.1' into debian/sid
SiSU 5.7.1
Diffstat (limited to 'lib/sisu/v5/html_format.rb')
-rw-r--r--lib/sisu/v5/html_format.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/sisu/v5/html_format.rb b/lib/sisu/v5/html_format.rb
index b0611508..78080878 100644
--- a/lib/sisu/v5/html_format.rb
+++ b/lib/sisu/v5/html_format.rb
@@ -71,10 +71,8 @@ module SiSU_HTML_Format
if @ocn.to_i==0 \
or @ocn.empty?
''
- elsif @make.build.html_strict?
- %{<label class="ocn">#{@ocn}</label>}
else
- %{<label class="ocn"><a name="#{@ocn}" class="lnkocn">#{@ocn}</a></label>}
+ %{<label class="ocn">#{@ocn}</label>}
end
else
''