# # title_anchor.rb: # # Copyright (C) 2007 by SHIBATA Hiroshi # Distributed under GPL2. # def title_anchor r = '' if /^latest$/ =~ @mode r << %Q|

#{h @conf.html_title}

| else r << %Q|

#{h @conf.html_title}

| end r end