mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 17:11:40 +00:00
Update TGUI JS folder to Virgo again
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