diff --git a/code/modules/client/preference_setup/general/03_body.dm b/code/modules/client/preference_setup/general/03_body.dm
index 614e3c794f..d5edede6ce 100644
--- a/code/modules/client/preference_setup/general/03_body.dm
+++ b/code/modules/client/preference_setup/general/03_body.dm
@@ -322,12 +322,12 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
. += "Hair
"
if(has_flag(mob_species, HAS_HAIR_COLOR))
. += "Change Color [color_square(pref.r_hair, pref.g_hair, pref.b_hair)] "
- . += " Style: < > [pref.h_style]
"
+ . += " Style: < > [pref.h_style]
" //The < & > in this line is correct-- those extra characters are the arrows you click to switch between styles.
. += "
Facial
"
if(has_flag(mob_species, HAS_HAIR_COLOR))
. += "Change Color [color_square(pref.r_facial, pref.g_facial, pref.b_facial)] "
- . += " Style: < > [pref.f_style]
"
+ . += " Style: < > [pref.f_style]
" //Same as above with the extra > & < characters
if(has_flag(mob_species, HAS_EYE_COLOR))
. += "
Eyes
"