# -*- encoding : utf-8 -*- module IssuesHelper def tracker_search_field(name, txt) str = "" str.html_safe end end