From 830c049a130e435811c08257b3aa1efde14c7ce7 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 27 Jan 2019 15:01:26 -0500
Subject: [PATCH] fixed securityReport spacing

---
 src/SecExp/securityReport.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/SecExp/securityReport.tw b/src/SecExp/securityReport.tw
index 7b4c7e2c639..2d1b8ca4e6f 100644
--- a/src/SecExp/securityReport.tw
+++ b/src/SecExp/securityReport.tw
@@ -282,7 +282,7 @@
 <<set $crime = Math.clamp(_newCrime,0,100)>>
 
 <<if $militiaFounded == 1 || $activeUnits >= 1>>
-	<br>
+	<br><br>
 	<strong> Military</strong>: /* militia */
 	<<if $SF.Toggle && $SF.Active >= 1 && $SF.Size > 10>>
 		Having a powerful special force attracts a lot of citizens, hopeful that they may be able to fight along side it.
-- 
GitLab