diff --git a/static/index.html b/static/index.html
index 93e7fff2..c8e13046 100644
--- a/static/index.html
+++ b/static/index.html
@@ -1580,7 +1580,7 @@ async function renderWatch() {
'
' + sltp + ' | ' +
'' + (rr ? rr.toFixed(2) : '—') + ((s.rr_high>0)?' '+(s.rr_low||0).toFixed(2)+'~'+s.rr_high.toFixed(2)+'':'') + ' | ' +
'' + posDisplay + ' | ' +
- '' + strat + ' | ' +
+ '' + strat + ' | ' +
' | ' +
'';
}