Skip to content

Commit

Permalink
style error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Apr 21, 2024
1 parent 4a0bec5 commit ebc01c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/autowiki/pages/reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ebc01c1

Please sign in to comment.