Skip to content

Commit

Permalink
These don't need to be escaped
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 15, 2013
1 parent 35ca212 commit 2763349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/compose-base.js
Expand Up @@ -134,7 +134,7 @@ var ImpComposeBase = {
email: val,
suggested: function(suggestion) {
HordeCore.notify(
this.mailcheck_suggest.sub('%s', val.escapeHTML()).sub('%s', suggestion.full.escapeHTML()),
this.mailcheck_suggest.sub('%s', val).sub('%s', suggestion.full),
'horde.warning'
);
}.bind(this)
Expand Down

0 comments on commit 2763349

Please sign in to comment.