Signed-off-by: canyonknight <canyonknight@gmail.com> --- web/template/tu_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 1.7.12.3