summaryrefslogtreecommitdiff
path: root/lib/category.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/category.rb')
-rw-r--r--lib/category.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/category.rb b/lib/category.rb
index e0ed8e0..8f14153 100644
--- a/lib/category.rb
+++ b/lib/category.rb
@@ -9,7 +9,7 @@ class Category
@abbr.downcase
end
def name
- Config::get.category_name(@abbr)
+ Config::get.category_name(abbr)
end
def html
return "<a class=\"tag #{abbr}\" href=\"/tags/#{abbr}.html\">#{name}</a>"