diff options
author | AndrewMurrell <ImFromNASA@gmail.com> | 2017-04-02 00:29:29 -0400 |
---|---|---|
committer | AndrewMurrell <ImFromNASA@gmail.com> | 2017-04-02 00:29:29 -0400 |
commit | 7d25ab4bfd724571a7d41268f9cec63907afb924 (patch) | |
tree | 844657b812f7f16d408b77288ba71eef3de6cfd2 /lib | |
parent | d0694b12decb594d7b1dd817454738b3df9f0d90 (diff) | |
parent | 3f1da016d022ad0dfafebf81041842364a6081ec (diff) |
Merge branch 'master' of https://git.andrewdm.me/www
Diffstat (limited to 'lib')
-rw-r--r-- | lib/category.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/category.rb b/lib/category.rb index b60c82e..e0ed8e0 100644 --- a/lib/category.rb +++ b/lib/category.rb @@ -6,7 +6,7 @@ class Category @abbr = abbr end def abbr - @abbr + @abbr.downcase end def name Config::get.category_name(@abbr) |