Commit 3b8431dd authored by JC Brand's avatar JC Brand

Revert "Escape interpolated values. Updates #779"

This reverts commit e6360722.
parent e6f8648b
......@@ -2052,7 +2052,7 @@
));
},
templates: {
suggestion: _.template('<p data-jid="{{{jid}}}">{{{value}}}</p>')
suggestion: _.template('<p data-jid="{{jid}}">{{value}}</p>')
}
});
$el.on('typeahead:selected', function (ev, suggestion, dname) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment