fix event links

This commit is contained in:
iwonder 2021-07-31 00:31:27 +02:00
parent 48bb2760dd
commit da60e76847

View File

@ -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>