Fix apostrophes in gear names breaking selection (#15550)

This commit is contained in:
Wildkins
2023-01-08 09:32:11 -05:00
committed by GitHub
parent b28c7c9980
commit 391fc4eaee
@@ -228,7 +228,7 @@ var/list/gear_datums = list()
style = "style='color: #B1B1B1;'"
if(ticked)
style = "style='color: #FF8000;'"
temp_html += "<tr style='vertical-align:top'><td width=25%><a href='?src=\ref[src];toggle_gear=[G.display_name]'><font [style]>[G.display_name]</font></a></td>"
temp_html += "<tr style='vertical-align:top'><td width=25%><a href=\"?src=\ref[src];toggle_gear=[G.display_name]\"><font [style]>[G.display_name]</font></a></td>"
temp_html += "<td width = 10% style='vertical-align:top'>[G.cost]</td>"
temp_html += "<td><font size=2><i>[G.description]</i><br>"