Multiple href fixes (#20967)

Fixes a whole bunch of stuff caused by unclosed hrefs, details in
changelogs

---------

Signed-off-by: Batrachophreno <Batrochophreno@gmail.com>
This commit is contained in:
Batrachophreno
2025-07-08 23:14:59 +00:00
committed by GitHub
parent d801cddf6d
commit 9fba0357b5
13 changed files with 100 additions and 34 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]