diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw
index e44f1cace713a96b2949c075b00a254da256a43d..e2dd544a3baebe5ada418dc6837e8344d4ba25ec 100644
--- a/src/uncategorized/corporationDevelopments.tw
+++ b/src/uncategorized/corporationDevelopments.tw
@@ -401,7 +401,7 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p
 		<</replace>>
 		<</link>>
 		<<if $publicShares > 5000 && $corpCash >= $sharePrice*5000>>
-			| <<link "<<print commaNum(5000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95)>>@@">>
+			| <<link "<<print commaNum(5000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95))>>@@">>
 			<<set $publicShares -= 5000>>
 			<<set $corpCash -= Math.ceil(($sharePrice*5000)*.95)>>
 			<<set $sharePrice = (Math.trunc($sharePrice*either(101,102)))/100>>