Skip to content

Commit

Permalink
Don't encode desc
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Jan 8, 2023
1 parent 6dc8df7 commit f86f911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@

var/description = job.get_description_blurb()
if(description)
dat += html_encode(description)
dat += description
var/datum/browser/popup = new(user, "Job Info", "[capitalize(rank)]", 430, 520, src)
popup.set_content(jointext(dat,"<br>"))
popup.open()
Expand Down

0 comments on commit f86f911

Please sign in to comment.