mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Fixes the PDA Messenger not decoding HTML tags (#15236)
* Messenger Fix V1 Co-Authored-By: moxian <moxian@users.noreply.github.com> * Messenger Fix V1.1 Now with 100% less javascript! Co-authored-by: moxian <moxian@users.noreply.github.com>
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
note = "Congratulations, your station has chosen the [pda.model_name]!"
|
||||
|
||||
/datum/data/pda/app/notekeeper/update_ui(mob/user as mob, list/data)
|
||||
data["note"] = note // current pda notes
|
||||
data["note"] = html_decode(note) // current pda notes
|
||||
|
||||
/datum/data/pda/app/notekeeper/ui_act(action, params)
|
||||
if(..())
|
||||
|
||||
Reference in New Issue
Block a user