mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 00:38:11 -05:00
Fix escaped entities in create multi invalid character errors.
This commit is contained in:
@@ -478,7 +478,7 @@ r.multi.MultiCreateForm = Backbone.View.extend({
|
||||
},
|
||||
|
||||
showError: function(error) {
|
||||
this.$('.error').text(error).show()
|
||||
this.$('.error').text(_.unescape(error)).show()
|
||||
},
|
||||
|
||||
focus: function() {
|
||||
|
||||
Reference in New Issue
Block a user