diff options
-rw-r--r-- | app/views/body/_alphabet.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/body/_alphabet.rhtml b/app/views/body/_alphabet.rhtml index e2dc09927..92674b8aa 100644 --- a/app/views/body/_alphabet.rhtml +++ b/app/views/body/_alphabet.rhtml @@ -1,3 +1,3 @@ <% "A".upto("Z") do |l| -%> - <%= link_to_unless (@tag == l), l, list_public_bodies_url(:tag => l) %> + <%= link_to_unless (@tag == l), l, list_public_bodies_url(:tag => l.downcase) %> <% end %> |