]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/queries/_filters.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 06:00:38 +0000 (06:00 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 06:00:38 +0000 (06:00 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7294 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/queries/_filters.html.erb

index 07090130ab8d1b24b1ade237d2a184818e6d1589..972da69c87ec3ec48f70a32146d52d3704197430 100644 (file)
@@ -12,7 +12,7 @@ function add_filter() {
   for (i=0; i<select.options.length; i++) {
     if (select.options[i].value == field) {
       select.options[i].disabled = true;
-    }    
+    }
   }
 }
 
@@ -116,7 +116,7 @@ Event.observe(document,"dom:loaded", apply_filters_observer);
     <td class="operator">
         <%= select_tag "op[#{field}]", options_for_select(operators_for_select(options[:type]), query.operator_for(field)), :id => "operators_#{field}", :onchange => "toggle_operator('#{field}');" %>
     </td>
-    <td class="values">    
+    <td class="values">
     <div id="div_values_<%= field %>" style="display:none;">
     <% case options[:type]
     when :list, :list_optional, :list_status, :list_subprojects %>