Update stats.php

removed extra <
This commit is contained in:
deepend-tildeclub 2023-05-17 22:12:26 -06:00 committed by GitHub
parent b67852a45f
commit 0f4cabfed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function stats_shortcode() {
<?php foreach($stats->channels as $channel): ?>
<tr>
<td><a href="<?=$channel->webchatlink?>"><?=htmlspecialchars($channel->name)?></a></td>
<<td><?=htmlspecialchars($channel->usercount)?></td>
<td><?=htmlspecialchars($channel->usercount)?></td>
<td style="word-wrap: break-word; white-space: pre-wrap; max-width:700px"><?=htmlspecialchars($channel->topic)?></td>
</tr>
<?php endforeach; ?>