diff options
Diffstat (limited to 'web/template')
-rw-r--r-- | web/template/tu_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/tu_list.php b/web/template/tu_list.php index 566cb17..f80d2f5 100644 --- a/web/template/tu_list.php +++ b/web/template/tu_list.php @@ -25,7 +25,7 @@ ?> <tr class="<?= $c ?>"> <td><?php $row["Agenda"] = htmlspecialchars(substr($row["Agenda"], 0, $prev_Len)); ?> - <a href="<?= get_uri('/tu/'); ?>?id=<?= $row['ID'] ?>"><?= $row["Agenda"] ?></a></span></span> + <a href="<?= get_uri('/tu/'); ?>?id=<?= $row['ID'] ?>"><?= $row["Agenda"] ?></a> </td> <td><?= gmdate("Y-m-d", $row["Submitted"]) ?></td> <td><?= gmdate("Y-m-d", $row["End"]) ?></td> |