diff --git a/cockatrice/src/game_graphics/game_view.cpp b/cockatrice/src/game_graphics/game_view.cpp
index d0dd1774b..e546e6863 100644
--- a/cockatrice/src/game_graphics/game_view.cpp
+++ b/cockatrice/src/game_graphics/game_view.cpp
@@ -299,7 +299,8 @@ QString GameView::buildSubtypeCountText() const
.arg(namePadding, name, countPadding, count);
}
- return lines.join(QStringLiteral("
"));
+ return QStringLiteral("") + lines.join(QStringLiteral("
")) +
+ QStringLiteral("");
}
void GameView::updateSelectionCount(const QSize &viewSize)