mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-03 05:52:43 +00:00
TGUI PDAs, legacy code to-be-removed
This commit is contained in:
@@ -120,10 +120,11 @@ export const decodeHtmlEntities = str => {
|
||||
if (!str) {
|
||||
return str;
|
||||
}
|
||||
const translate_re = /&(nbsp|amp|quot|lt|gt|apos|trade);/g;
|
||||
const translate_re = /&(nbsp|amp|deg|quot|lt|gt|apos|trade);/g;
|
||||
const translate = {
|
||||
nbsp: ' ',
|
||||
amp: '&',
|
||||
deg: '°',
|
||||
quot: '"',
|
||||
lt: '<',
|
||||
gt: '>',
|
||||
|
||||
Reference in New Issue
Block a user