diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index 2c4dbecfe..71c9b0e7e 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -1,3 +1,4 @@ +# encoding: utf-8 # This controller was added by william class TagsController < ApplicationController layout "base_tags" @@ -22,7 +23,7 @@ class TagsController < ApplicationController NUMBERS = Setting.tags_show_search_results # 预设几个可以添加的tag - @preTags = %w|预设A 预设B 预设C 预设D 预设E 预设F | + #@preTags = %w|预设A 预设B 预设C 预设D 预设E 预设F | # 接收参数解释: # params[:q]这是在其他页面点击tag,跳转到该页面后的结果显示 ;params[:selected_tags],这是在过滤页面增删tag进行过滤传过来的参数