diff --git a/ta_cola.html b/ta_cola.html
index 045c63d..1a41da9 100644
--- a/ta_cola.html
+++ b/ta_cola.html
@@ -316,7 +316,7 @@
var lead_ta = course[0];
var ta = course[1];
- theStr = Math.round((country * lead_ta + lead_ta)/2) + ' USD' + ' / ' + Math.round(((country * ta + ta)/2) + ' USD' + ' -- (LeadTA/TA)'
+ theStr = Math.round((country * lead_ta + lead_ta)/2) + ' USD' + ' / ' + Math.round((country * ta + ta)/2) + ' USD' + ' -- (LeadTA/TA)'
document.getElementById('costs').innerHTML = theStr;
}