This commit is contained in:
Putnam
2020-02-01 06:01:54 -08:00
parent 50a53c6558
commit d6d01d848c
11 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -566,7 +566,7 @@
else
objective_parts += "<B>Objective #[count]</B>: [objective.explanation_text] <span class='yellowtext'>[completion*100]%</span>"
else
objective_parts += "<B>Objective #[count]</B>: [objective.explanation_text]"
objective_parts += "<B>Objective #[count]</B>: [objective.explanation_text]</span>"
count++
return objective_parts.Join("<br>")