[MIRROR] next set of spans (#9247)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
CHOMPStation2
2024-10-18 01:33:07 +02:00
committed by GitHub
co-authored by Kashargul Kashargul
parent bc6662ef9e
commit 7416cbea22
599 changed files with 2619 additions and 2564 deletions
@@ -157,7 +157,7 @@ var/list/gear_datums = list()
category_cost += G.cost
if(category == current_tab)
. += " <span class='linkOn'>[category] - [category_cost]</span> "
. += " " + span_linkOn("[category] - [category_cost]") + " "
else
if(category_cost)
. += " <a href='?src=\ref[src];select_category=[category]'><font color = '#E67300'>[category] - [category_cost]</font></a> "