diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm
index bb3a4442b3..4f17f5d762 100644
--- a/code/modules/client/preferences.dm
+++ b/code/modules/client/preferences.dm
@@ -816,10 +816,10 @@ GLOBAL_LIST_EMPTY(preferences_datums)
dat += "
|
"
dat += "| [gear_tab] |
"
dat += "
|
"
- dat += "| Name | "
- dat += "Cost | "
- dat += "Restrictions | "
- dat += "Description |
"
+ dat += "| Name | "
+ dat += "Cost | "
+ dat += "Restrictions | "
+ dat += "Description |
"
for(var/j in GLOB.loadout_items[gear_tab])
var/datum/gear/gear = GLOB.loadout_items[gear_tab][j]
var/donoritem