From 8ac351e72e550d34ddf25cd6aa33b67943103601 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Sat, 16 Mar 2019 23:45:27 -0400 Subject: [PATCH] undo derpage --- src/endWeek/saStayConfined.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endWeek/saStayConfined.js b/src/endWeek/saStayConfined.js index fce52bdcf9e..c8b8af96143 100644 --- a/src/endWeek/saStayConfined.js +++ b/src/endWeek/saStayConfined.js @@ -63,7 +63,7 @@ window.saStayConfined = /** @param {App.Entity.SlaveState} slave */ function saS if (slave.fetish == "mindbroken") { t += ` ${His} broken mind hinges entirely on other's guidance,`; } else { - t += ` ${He} is now willing to <span class='hotpink'>do as ${he}'s told,`; + t += ` ${He} is now willing to <span class='hotpink'>do as ${he}'s told,</span>`; } t += ` so <span class='yellow'>${his} assignment has defaulted to rest.</span>`; if (slave.assignment == "be confined in the cellblock") { -- GitLab