From e29d26c021b68bc4b22660235c7050464192866a Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Sat, 14 May 2016 14:39:52 +0200 Subject: bug 583026 --- infra-status.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra-status.rb b/infra-status.rb index 2a3ae43..c2a9ef4 100644 --- a/infra-status.rb +++ b/infra-status.rb @@ -54,7 +54,7 @@ get '/feed.atom' do item.link = MY_URL + 'notice/' + notice['id'] item.title = notice['title'] item.updated = notice['updated_at'].to_s - item.description = markdown(notice.get_content) + item.description = markdown(notice.content) end end end -- cgit v1.2.3-65-gdbad