diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw
index 3c231ffa4636ebf284f713b9885d507ba34df0ae..feedbdd88c77442f8ce6c298fcf887ad1223d740 100644
--- a/src/uncategorized/costsBudget.tw
+++ b/src/uncategorized/costsBudget.tw
@@ -428,6 +428,6 @@ for (var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
 <<if $lastWeeksCashErrors !== "Errors: ">>
 	<<link "Reset">>
 		<<set $lastWeeksCashErrors = "Errors: ">>
-	<</link>>
-	<<print cashFormatColor($lastWeeksCashErrors)>>
+	<</link>><br>
+	@@.red;<<print $lastWeeksCashErrors>>@@
 <</if>>
diff --git a/src/uncategorized/repBudget.tw b/src/uncategorized/repBudget.tw
index 5868ab27f68060bfc697f8dcf75880f3b4e77eb2..d8d58f71416037b99d65cb8af0639ccb590c1b46 100644
--- a/src/uncategorized/repBudget.tw
+++ b/src/uncategorized/repBudget.tw
@@ -233,6 +233,6 @@ for (var i = 0; i < State.variables.lastWeeksRepIncome.length; i++){
 <<if $lastWeeksRepErrors !== "Errors: ">>
 	<<link "Reset">>
 		<<set $lastWeeksRepErrors = "Errors: ">>
-	<</link>>
+	<</link>><br>
 	@@.red;<<print $lastWeeksRepErrors>>@@
 <</if>>