From ebc01c1fe55310a60ed67cb98fa536c7daac3aeb Mon Sep 17 00:00:00 2001 From: Mark Suckerberg Date: Sun, 21 Apr 2024 17:19:08 -0500 Subject: [PATCH] style error fix --- code/modules/autowiki/pages/reagents.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/autowiki/pages/reagents.dm b/code/modules/autowiki/pages/reagents.dm index f73df3595507..0bc989df6dec 100644 --- a/code/modules/autowiki/pages/reagents.dm +++ b/code/modules/autowiki/pages/reagents.dm @@ -31,9 +31,9 @@ output += "! scope='col' style='width:150px; background-color:#FFDD66;' |Name\n" output += "! class='unsortable' scope='col' style='width:150px; background-color:#FFDD66;' |Recipe\n" output += "! class='unsortable' scope='col' style='background-color:#FFDD66;' |Description\n" - output += "! scope='col' style='background-color: #FFEE88;' | Metabolization Rate\n" - output += "! scope='col' style='background-color: #FFEE88;' | Overdose Threshold\n" - output += "! scope='col' style='background-color: #FFEE88;' | Addiction Threshold\n" + output += "! scope='col' | Metabolization Rate\n" + output += "! scope='col' | Overdose Threshold\n" + output += "! scope='col' | Addiction Threshold\n" output += "|-\n" reagents = sortList(reagents, /proc/cmp_typepaths_asc)