summaryrefslogtreecommitdiff
path: root/web/lib
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-09-18 10:31:01 +0200
committerJochen Topf <jochen@topf.org>2014-09-18 10:31:01 +0200
commit9c79bef5fe7a5597ce6030efa630eaeaf363652d (patch)
tree940c0018d34971cec2706f094d6f019fc173c422 /web/lib
parent06ec2702f2b9b4c99c85dd2816b101eed3110648 (diff)
downloadtaginfo-9c79bef5fe7a5597ce6030efa630eaeaf363652d.tar
taginfo-9c79bef5fe7a5597ce6030efa630eaeaf363652d.tar.gz
Fiddling with project output.
Diffstat (limited to 'web/lib')
-rw-r--r--web/lib/ui/taginfo.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/ui/taginfo.rb b/web/lib/ui/taginfo.rb
index 702f6e7..f0fb8f7 100644
--- a/web/lib/ui/taginfo.rb
+++ b/web/lib/ui/taginfo.rb
@@ -111,7 +111,7 @@ class Taginfo < Sinatra::Base
@section = 'taginfo'
@section_title = t.taginfo.meta
- @projects = @db.select("SELECT * FROM projects.projects ORDER BY name").execute()
+ @projects = @db.select("SELECT * FROM projects.projects ORDER BY lower(name)").execute()
erb :'taginfo/projects'
end