Sha256: 0832d70783f83cb25f2d204e374f0da9b4024d171086926eeeeff95bc147d8a4
Contents?: true
Size: 292 Bytes
Versions: 52
Compression:
Stored size: 292 Bytes
Contents
# # title_anchor.rb: # # Copyright (C) 2007 by SHIBATA Hiroshi <h-sbt@nifty.com> # Distributed under GPL2. # def title_anchor r = '' if /^latest$/ =~ @mode r << %Q|<h1>#{h @conf.html_title}</h1>| else r << %Q|<h1><a href="#{h @conf.index}">#{h @conf.html_title}</a></h1>| end r end
Version data entries
52 entries across 46 versions & 2 rubygems