From 86a6705034f333ea06e2a8dece614878ace58fe2 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sat, 23 Jan 2021 09:45:13 -0800
Subject: [PATCH] Update SpecialForce.js

---
 src/Mods/SpecialForce/SpecialForce.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Mods/SpecialForce/SpecialForce.js b/src/Mods/SpecialForce/SpecialForce.js
index 95000f94ee4..4a875db004c 100644
--- a/src/Mods/SpecialForce/SpecialForce.js
+++ b/src/Mods/SpecialForce/SpecialForce.js
@@ -1453,7 +1453,7 @@ App.SF.AAR = function(endWeekCall = 1) {
 				r += `<span class='red'>barely enough to cover expenses.</span> More growth will be needed to ensure profitability, <span class='yellow'>hopefully purchasing more upgrades will help.</span>`;
 				r += ` Per estimates provided, an additional <span class='yellowgreen'>${cashFormat(Math.abs(profit))}</span> is required for sufficient cover.`;
 			}
-			r += `A difference of ${num(Math.abs(((profit/V.SF.lastWeeksProfit)*100).toFixed(2)))}% since last week.`;
+			r += ` A difference of ${num(Math.abs(((profit/V.SF.lastWeeksProfit)*100).toFixed(2)))}% since last week.`;
 			V.SF.lastWeeksProfit = profit;
 
 			r += `<br>${FNG} new soldiers were recruited this week, and your reputation has <span class='green'>increased through the improvement of trade security.</span>`;
-- 
GitLab