diff --git a/src/endWeek/saDrugs.js b/src/endWeek/saDrugs.js
index b8d66fe23fb5cee6479b21aa401ac4f39a525381..d20ead131ebe4028967a046d28768d4fc36b5838 100644
--- a/src/endWeek/saDrugs.js
+++ b/src/endWeek/saDrugs.js
@@ -1569,7 +1569,7 @@ App.SlaveAssignment.drugs = (function() {
 			case "speed up":
 				slave.chem += 2;
 				if (slave.preg >= slave.pregData.normalBirth) {
-					r += ` ${His} child is ready to pop out of ${his} womb; <span class="yellow">${his} course of rapid gestation agents is finished.</span>`
+					r += ` ${His} child is ready to pop out of ${his} womb; <span class="yellow">${his} course of rapid gestation agents is finished.</span>`;
 					slave.pregControl = "none";
 				} else if ((slave.assignment !== Job.CLINIC || !S.Nurse) && slave.geneMods.rapidCellGrowth !== 1) {
 					r += ` ${His} `;