From bd5ed79d74332c0620e63e6f2fafd775c781253a Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Sun, 7 Apr 2019 23:32:52 -0400 Subject: [PATCH] Known needed fix --- src/js/descriptionWidgets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js index fff11892aa9..cfe9174cb61 100644 --- a/src/js/descriptionWidgets.js +++ b/src/js/descriptionWidgets.js @@ -999,9 +999,9 @@ App.Desc.waist = } else if (slave.waist > -95) { r += `a hot <span class=pink>wasp waist</span> that gives ${him} an hourglass figure`; if (slave.weight > 30) { - r += `despite $his extra weight.`; + r += ` despite $his extra weight. `; } else if (slave.weight < -30) { - r += `further accentuated by how thin $he is.`; + r += ` further accentuated by how thin $he is. `; } else { r += `. `; } -- GitLab