Remove errant imaginary </style>

This commit is contained in:
Arokha Sieyes
2016-05-08 14:18:34 -04:00
parent 9e215a1122
commit 286d6ba43e
@@ -93,7 +93,7 @@
. += "<del>[rank]</del></td><td> \[MINIMUM CHARACTER AGE: [job.minimum_character_age]]</td></tr>"
continue
if((pref.job_civilian_low & ASSISTANT) && (rank != "Assistant"))
. += "<font color=grey>[rank]</font></style></td><td></td></tr>"
. += "<font color=grey>[rank]</font></td><td></td></tr>"
continue
if((rank in command_positions) || (rank == "AI"))//Bold head jobs
. += "<b>[rank]</b>"