diff --git a/src/endWeek/saRivalries.js b/src/endWeek/saRivalries.js
index 7869added562293a9ea63212bf48502c4bab3cc2..187f5c176605d406bb1dc7d6d2ffbe287c9681bc 100644
--- a/src/endWeek/saRivalries.js
+++ b/src/endWeek/saRivalries.js
@@ -242,7 +242,7 @@ App.SlaveAssignment.rivalries = (function() {
 						if (App.Utils.sexAllowed(slave, rival)) {
 							if (slave.fetishKnown) {
 								if (slave.fetish === "sadist") {
-									r.push(`${slave.slaveName} is horny and sadistic, so ${he} rapes ${his} rival ${SlaveFullName(rival)}} every chance ${he} gets; this <span class="devotion inc">thrills</span> ${slave.slaveName}, but ${rival.slaveName} is <span class="trust dec">frightened</span> that you let it happen.`);
+									r.push(`${slave.slaveName} is horny and sadistic, so ${he} rapes ${his} rival ${SlaveFullName(rival)} every chance ${he} gets; this <span class="devotion inc">thrills</span> ${slave.slaveName}, but ${rival.slaveName} is <span class="trust dec">frightened</span> that you let it happen.`);
 									slave.need = 0;
 									slave.devotion += 3;
 									rival.trust -= 3;
diff --git a/src/npc/descriptions/boobs/boobs.js b/src/npc/descriptions/boobs/boobs.js
index 9a5f6b93a9cb170ceca1a256be66e2387d333a18..e91faec3e419a4d722924907ea9b766d8b706985 100644
--- a/src/npc/descriptions/boobs/boobs.js
+++ b/src/npc/descriptions/boobs/boobs.js
@@ -434,23 +434,23 @@ App.Desc.boobs = function() {
 			case "a succubus outfit":
 				r += `${slave.slaveName}'s corset ends just below ${his} ${slave.boobs < 300 ? 'non-existent' : ''} breasts, leaving them bare.`;
 				if (slave.boobs > 2000) {
-					r += `It hugs ${his} tightly and comes up to right under where they start, forcing them to spill over and hide its upper half.`;
+					r += ` It hugs ${his} tightly and comes up to right under where they start, forcing them to spill over and hide its upper half.`;
 				} else if (slave.boobs > 400) {
-					r += `It hugs ${his} tightly and comes up to right under where they start, presenting them like a push-up bra.`;
+					r += ` It hugs ${his} tightly and comes up to right under where they start, presenting them like a push-up bra.`;
 				}
 				break;
 			case "a slutty maid outfit":
 				r += `${slave.slaveName}'s maid dress stops below ${his} ${slave.boobs < 300 ? 'non-existent' : ''} breasts, but the outfit includes a thin white blouse`;
 				if (slave.boobs > 4000) {
-					r += `that fails to even come close to covering ${his} ${adjNoun}.`;
+					r += ` that fails to even come close to covering ${his} ${adjNoun}.`;
 				} else if (slave.boobs > 2000) {
-					r += `that covers them to just over ${his} nipples when ${he} pulls it up over them. It's pulled down by ${his} ${adjNoun} whenever ${he} moves.`;
+					r += ` that covers them to just over ${his} nipples when ${he} pulls it up over them. It's pulled down by ${his} ${adjNoun} whenever ${he} moves.`;
 				} else if (slave.boobs > 800) {
-					r += `that covers them to just over ${his} nipples, leaving a large area of deliciously unsupported and jiggling cleavage.`;
+					r += ` that covers them to just over ${his} nipples, leaving a large area of deliciously unsupported and jiggling cleavage.`;
 				} else if (slave.boobs < 300) {
-					r += `that hugs ${his} flat chest and lets ${his} ${slave.nipples} nipples protrude through the fabric.`;
+					r += ` that hugs ${his} flat chest and lets ${his} ${slave.nipples} nipples protrude through the fabric.`;
 				} else {
-					r += 'to cover them.';
+					r += ' to cover them.';
 				}
 				break;
 			case "a nice maid outfit":