fix event links
This commit is contained in:
parent
48bb2760dd
commit
da60e76847
@ -137,7 +137,7 @@ $v = file_get_contents($VISITORS_FILE);
|
||||
<tr>
|
||||
<th scope="row"><?=format_event($event)?></th>
|
||||
<td><?= htmlspecialchars($event->summary) ?></td>
|
||||
<td><a href="<?= $first_event->url ?>">Details</a></td>
|
||||
<td><a href="<?= $event->url ?>">Details</a></td>
|
||||
</tr>
|
||||
<?php endforeach ?>
|
||||
</tbody>
|
||||
|
Loading…
Reference in New Issue
Block a user