diff options
Diffstat (limited to 'lib/category.rb')
-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 266da34..b60c82e 100644 --- a/lib/category.rb +++ b/lib/category.rb @@ -15,6 +15,6 @@ class Category return "<a class=\"tag #{abbr}\" href=\"/tags/#{abbr}.html\">#{name}</a>" end def atom - return "<category term=\"#{term}\" label=\"#{name}\" />" + return "<category term=\"#{abbr}\" label=\"#{name}\" />" end end |