improve peer count update

This commit is contained in:
xiaomlove
2022-04-27 15:29:06 +08:00
parent d002156f78
commit 73554a2443
4 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -1102,7 +1102,7 @@ if (!$Cache->get_page()){
echo $Cache->next_row();
if ($tagKeyById->isNotEmpty()) {
echo '<tr><td rowspan="3" class="embedded" style="padding-top: 4px">' . $tagRep->renderSpan($tagKeyById, $renderKeyArr, true) . '</td></tr>';
echo '<tr><td colspan="3" class="embedded" style="padding-top: 4px">' . $tagRep->renderSpan($tagKeyById, $renderKeyArr, true) . '</td></tr>';
}
?>