client/html: fixed pool summary view

This commit is contained in:
Shyam Sunder 2020-06-22 12:48:54 -04:00
parent 57193b5715
commit 018e3df31d

View file

@ -7,11 +7,11 @@
<section>
Aliases:<br/>
<ul>
<% for (let name of ctx.pool.names.slice(1)) { %>
<li><%= ctx.makePoolLink(ctx.pool.id, false, false, ctx.pool, name) %></li>
<% } %>
</ul>
<ul><!--
--><% for (let name of ctx.pool.names.slice(1)) { %><!--
--><li><%= ctx.makePoolLink(ctx.pool.id, false, false, ctx.pool, name) %></li><!--
--><% } %><!--
--></ul>
</section>
</section>