diff --git a/src/uncategorized/brothelReport.js b/src/uncategorized/brothelReport.js index 437f6ca7c5dcc9bb515fac1737728555416ecd24..03f7f202b0ab79008d5e79a6970355f00c8047b2 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>`);