Changeset 15248 for platform/tdiary

Show
Ignore:
Timestamp:
07/06/08 06:52:22 (5 months ago)
Author:
hsbt
Message:

hide bookmark tag when accessed by bot.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/section_footer2.rb

    r14410 r15248  
    4444add_section_leave_proc do |date, index| 
    4545        r = '<div class="tags">' 
    46         unless @conf.mobile_agent? then 
     46        unless @conf.mobile_agent? or bot? then 
    4747                # add category_tag 
    4848                if @category_to_tag_list and not @category_to_tag_list.empty? then