diff --git a/client/html/pool_summary.tpl b/client/html/pool_summary.tpl
index 2b70d270..8f4e27d0 100644
--- a/client/html/pool_summary.tpl
+++ b/client/html/pool_summary.tpl
@@ -6,12 +6,12 @@
- Aliases:
-
- <% for (let name of ctx.pool.names.slice(1)) { %>
- - <%= ctx.makePoolLink(ctx.pool.id, false, false, ctx.pool, name) %>
- <% } %>
-
+ Aliases:
+ <% for (let name of ctx.pool.names.slice(1)) { %>- <%= ctx.makePoolLink(ctx.pool.id, false, false, ctx.pool, name) %>
<% } %>