summaryrefslogtreecommitdiff
path: root/lib/category.rb
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 16:45:53 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-09 16:45:53 -0500
commit5022d1a0df1534b1cbec1cbee23568f201ea1cc6 (patch)
tree559db39e2be5933c621a02c3f9874641b7f1a70c /lib/category.rb
parentf63a89bb8c494ea6b049285ec7c904d6d6136a88 (diff)
Implement actual file generation, go through fixing things.
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 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