summaryrefslogtreecommitdiffstats
path: root/web/template/tu_list.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/tu_list.php')
-rw-r--r--web/template/tu_list.php2
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>