diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index df5d91ae14b..b1c8e53ff1f 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -528,12 +528,12 @@ datum/preferences if(rank == "Civilian")//Civilian is special if(job_support_low & CIVILIAN) - HTML += " \[Yes]" + HTML += " \[Yes]" else - HTML += " \[No]" + HTML += " \[No]" if(job.alt_titles) HTML += "
\[[GetPlayerAltTitle(job)]\]" - HTML += "" + HTML += "" continue /* if(GetJobDepartment(job, 1) & job.flag) @@ -545,13 +545,13 @@ datum/preferences else HTML += " \[NEVER]" */ - HTML += "[prefLevelLabel]" + HTML += "[prefLevelLabel]" if(job.alt_titles) HTML += "
\[[GetPlayerAltTitle(job)]\]" - HTML += "" + HTML += "" for(var/i = 1, i < (limit - index), i += 1) // Finish the column so it is even HTML += "  "