diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js index 4a471bb83ddd71e203d96ac43060ef984b7eabae..aef40e98e359f81912bacc961b19838d71a82f97 100644 --- a/src/js/descriptionWidgets.js +++ b/src/js/descriptionWidgets.js @@ -410,7 +410,7 @@ function (slave) { } } } else if (slave.actualAge < 20) { - r += `in ${his} final year as a teenager at age 19`; + r += `in ${his} final year as a teenager at age 19; `; if (V.showAgeDetail && (V.seeAge)) { if (slave.birthWeek === 51) { r += `${his} birthday is next week.`;