diff options
author | francis <francis> | 2008-09-13 15:22:41 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-13 15:22:41 +0000 |
commit | 416006ec74bb4ed69c82ea5c92fed4fde8ff6c0d (patch) | |
tree | 679d382415588dd3068ec309b48eb37d14c97f0a | |
parent | 785cc46732d451b2e3fa3815477fc23ba7e1c562 (diff) |
Consistently lower case
-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 %> |