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