diff --git a/index.htm b/index.htm
index d964c5a..6c23644 100644
--- a/index.htm
+++ b/index.htm
@@ -72,9 +72,7 @@
Hand
- (Points:
- {{ handScore === 21 && usersHand.count < 2 ? 'BlackJack' : handScore > 21 ? 'Plus! ' + handScore : handScore
- }})
+ ({{ handScore === 21 && usersHand.count < 2 ? 'BlackJack' : handScore > 21 ? 'Plus! ' + handScore : handScore }})