fix: add missing spaces between tags

This commit is contained in:
Baoshuo Ren 2022-10-01 19:31:13 +08:00
parent 60e2c80b8d
commit 023f2e392c
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -58,7 +58,7 @@
echo '<span class="badge badge-pill badge-secondary">';
}
echo HTML::escape($tag), '</span>', '</a>';
echo HTML::escape($tag), '</span>', '</a> ';
}
echo '</td>';