mirror of
https://github.com/Newnetirc/ircstats.git
synced 2026-01-24 15:20:20 +00:00
Update stats.php
removed extra <
This commit is contained in:
committed by
GitHub
parent
b67852a45f
commit
0f4cabfed6
@@ -36,7 +36,7 @@ function stats_shortcode() {
|
|||||||
<?php foreach($stats->channels as $channel): ?>
|
<?php foreach($stats->channels as $channel): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="<?=$channel->webchatlink?>"><?=htmlspecialchars($channel->name)?></a></td>
|
<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>
|
<td style="word-wrap: break-word; white-space: pre-wrap; max-width:700px"><?=htmlspecialchars($channel->topic)?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user