Skip to content

Commit

Permalink
fix escaping when replying to inbox items, fixes #3908
Browse files Browse the repository at this point in the history
Change-Id: I935601cd2aac4537cfba0cd4b68248c738d836ec
Reviewed-on: https://gerrit.instructure.com/2434
Reviewed-by: Brian Palmer <brianp@instructure.com>
Tested-by: Hudson <hudson@instructure.com>
  • Loading branch information
zwily committed Feb 24, 2011
1 parent 202effa commit 0a08462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/context_messages.js
Expand Up @@ -569,7 +569,7 @@ var messages = {
data: message,
id: 'context_message_' + message.id,
hrefValues: ['user_id', 'recipient_id', 'id'],
htmlValues: ['formatted_body', 'subject']
htmlValues: ['formatted_body']
});
for(var idx in message.attachments) {
var attachment = message.attachments[idx].attachment;
Expand Down

0 comments on commit 0a08462

Please sign in to comment.