10-25-2019, 10:49 PM
I've looked at MechComp HTML escaping a while ago because of this bug and it's quite a mess. Things are escaped where they shouldn't and not escaped where they should. Like for example if you catch packets sent by the pump control computer there's "¶meter" in there which gets displayed as "¶meter" because the & doesn't get escaped. IIRC a temporary workaround is to use "%26" instead of &.