From a9fd757501290eed78f31bee777e279e754e9f5c Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 28 Oct 2020 21:35:32 -0400 Subject: [PATCH] why --- src/uncategorized/brothelReport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/brothelReport.js b/src/uncategorized/brothelReport.js index 437f6ca7c5d..03f7f202b0a 100644 --- a/src/uncategorized/brothelReport.js +++ b/src/uncategorized/brothelReport.js @@ -378,7 +378,7 @@ globalThis.brothelReport = function() { b.totalExpenses = b.whoreCosts + b.adsCosts + b.maintenance; b.profit = b.totalIncome - b.totalExpenses; - el.append(`${brothelNameCaps} makes you <span class="cash inc" > ${cashFormat(profits)}</span > this week.`); + el.append(`${brothelNameCaps} makes you <span class="cash inc"> ${cashFormat(profits)}</span> this week.`); if (V.brothelDecoration !== "standard") { App.UI.DOM.appendNewElement("p", el, `${brothelNameCaps}'s customers enjoyed <span class="reputation inc">fucking whores in ${V.brothelDecoration} surroundings.</span>`); -- GitLab