antirez / lamernews

Lamer News -- an HN style social news site written in Ruby/Sinatra/Redis/JQuery
http://lamernews.com
Other
1.35k stars 200 forks source link

Remove double escaping #104

Closed seppo0010 closed 12 years ago

seppo0010 commented 13 years ago

Title is already escaped on page.rb:129

beanz commented 13 years ago

Good catch. There are two other instances of this problem in '/usercomments/:username/:start' and '/news/:news_id'. -Mark.

antirez commented 12 years ago

Thanks, merged.