mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
wiki: Fix an xss fixed server side already.
This commit is contained in:
@@ -107,7 +107,7 @@ r.wiki = {
|
||||
,specials = special.children('#specials')
|
||||
specials.empty()
|
||||
for(i in errors) {
|
||||
specials.append(errors[i]+'<br/>')
|
||||
specials.append($('<p>').text(errors[i]))
|
||||
}
|
||||
special.fadeIn('slow')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user