diff --git a/src/npc/descriptions/lawCompliance.js b/src/npc/descriptions/lawCompliance.js
index 642ded672a6bea43651910d527450e1c28596292..35768bc5dde05f113264709b0389a62d00ef95b6 100644
--- a/src/npc/descriptions/lawCompliance.js
+++ b/src/npc/descriptions/lawCompliance.js
@@ -640,7 +640,7 @@ App.Desc.lawCompliance = function(slave) {
 		slave.height = Math.round(Height.jsRandom(slave, {skew: V.policies.SMR.height.advancedSMR, limitMult: [0, 5 * V.AdvancedHeightSMR]}));
 		r.push(`While ${he} was in the slave pens, ${he} saw that slaves on the shorter end of the height curve were immediately designated as menials and Fuckdolls.`);
 		if (slave.physicalAge < 16) {
-			r.push(`${He} is <span class="gold"> terrified</span> that if ${he} doesn't keep growing, ${he}'ll be reassigned on the spot without a second thought.`);
+			r.push(`${He} is <span class="gold">terrified</span> that if ${he} doesn't keep growing, ${he}'ll be reassigned on the spot without a second thought.`);
 			slave.trust -= 5;
 		} else {
 			r.push(`${His} above average stature gives ${him} a promising future compared to ${his} shorter peers, leaving ${him} <span class="mediumOrchid">inappropriately proud</span> of ${his} height.`);