Skip to content

Commit

Permalink
remove shift-ins in atom feed
Browse files Browse the repository at this point in the history
they cause the feed to bork
  • Loading branch information
Humbedooh committed Nov 19, 2015
1 parent 74e6514 commit 9d26017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/api/atom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function handle(r)
r:escape_html(eml['message-id']),
r:escape_html(eml['message-id']),
date,
r:escape_html(eml.body)
r:escape_html(eml.body:gsub("\x0F", ""))
))
end
r:puts[[</feed>]]
Expand Down

0 comments on commit 9d26017

Please sign in to comment.