From 4e3df4c90b6a642ba34fdb28d8dda572a6ad2142 Mon Sep 17 00:00:00 2001
From: j <okp57855@psoxs.com>
Date: Mon, 29 Jan 2018 11:30:16 +1300
Subject: [PATCH] Reworked display II

---
 src/SecExp/securityReport.tw | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/SecExp/securityReport.tw b/src/SecExp/securityReport.tw
index 3211e1b235e..a872ab77b26 100644
--- a/src/SecExp/securityReport.tw
+++ b/src/SecExp/securityReport.tw
@@ -171,7 +171,7 @@
 <</if>>
 <<set $security = Math.clamp(_newSec, 0, 100)>>
 
-<br><br>
+<br>
 <strong>Crime</strong>:
 /* crime modifiers */
 <<if $week < 30>>
@@ -249,10 +249,8 @@
 <</if>>
 <<set $crime = Math.clamp(_newCrime,0,100)>>
 
-
-
 <<if $militiaFounded == 1 || $activeUnits >= 1>>
-	<br><br>
+	<br>
 	/* militia */
 	<strong> Military</strong>:
 	<<if $recruitVolunteers == 1>>
-- 
GitLab