finish feed
This commit is contained in:
@ -89,6 +89,6 @@ function escape(text) {
|
||||
// we aren't going to bother with escaping attributes, so we won't worry about quotes
|
||||
return text
|
||||
.replaceAll('&', '&')
|
||||
.replaceAll('<', '>')
|
||||
.replaceAll('>', '<');
|
||||
.replaceAll('<', '<')
|
||||
.replaceAll('>', '>');
|
||||
}
|
||||
|
Reference in New Issue
Block a user