Skip to content

Commit

Permalink
Notes are plain text. Closes simonjefford#1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjefford committed Jul 23, 2010
1 parent 8225623 commit f166756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simplenote.rb
Expand Up @@ -20,7 +20,7 @@ def get_index
end

def get_note(key)
out = self.class.get "/note", :query => request_hash.merge(:key => key)
out = self.class.get "/note", :query => request_hash.merge(:key => key), :format => :plain
out.response.is_a?(Net::HTTPNotFound) ? nil : out
end

Expand Down

0 comments on commit f166756

Please sign in to comment.