diff --git a/app/views/announcements/index.html.erb b/app/views/announcements/index.html.erb index 1b4c2e4..68362b3 100644 --- a/app/views/announcements/index.html.erb +++ b/app/views/announcements/index.html.erb @@ -54,7 +54,7 @@ %>
<%= select_tag('category',options_for_select(all_cat.concat(cats.map{|v| [v.title,v.id.to_s]}),:selected => @params['category'].to_s),:id=>"category_select_box") %> - " placeholder="<%= t('announcement.keywords') %>"> + " placeholder="<%= t('announcement.keywords') %>">
" placeholder="<%= t('announcement.stime') %>" data-format="yyyy/mm/dd"> @@ -64,7 +64,6 @@ " placeholder="<%= t('announcement.etime') %>" data-format="yyyy/mm/dd">
-