Href closures hotfixes (#20981)

Hotfix for some integrated circuit weirdness and a misplaced loadout
apostrophe
This commit is contained in:
Batrachophreno
2025-07-11 17:41:26 +00:00
committed by GitHub
parent f0b264dc40
commit 96b42b0fd9
3 changed files with 63 additions and 4 deletions
@@ -206,7 +206,7 @@ GLOBAL_LIST_INIT(gear_datums, list())
if(thing in pref.gear)
style = "style='color: #FF8000;'"
break
. += " <a href='byond://?src=[REF(src)];select_category=[category]'><font [style]'>[category]</font></a> "
. += " <a href='byond://?src=[REF(src)];select_category=[category]'><font [style]>[category]</font></a> "
. += "</b></center></td></tr>"
var/datum/loadout_category/LC = GLOB.loadout_categories[current_tab]