rast-search.rbとhtml_anchor.rb(再)

tDiaryのアップデート後に、これを忘れていたのを、今日のリンク元に教えられる。

配布物と違うのは、dropdown_calendar.rbと、rast-search.rb
コピーさせてもらっとこう

— tdiary-2.0.1+2.1.0.20050511/contrib/util/rast-search/rast-search.rb.ORIG 2005-04-15 15:02:20.000000000 +0900
+++ tdiary-2.0.1+2.1.0.20050511/contrib/util/rast-search/rast-search.rb 2005-05-12 12:36:30.000000000 +0900
@@ -34,7 +34,11 @@
super
@db_path = “#{cache_path}/rast”
@encoding = conf.options[‘rast.encoding’] || ‘euc_jp’
– conf.options[‘sp.selected’] = ”
+ if /html_anchor.rb/ =~ conf.options[‘sp.selected’]
+ conf.options[‘sp.selected’] = ‘html_anchor.rb’
+ else
+ conf.options[‘sp.selected’] = ”
+ end
parse_args
format_form
if @query.empty?

タイトルとURLをコピーしました