diff options
author | canyonknight <canyonknight@gmail.com> | 2012-10-18 23:12:26 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-10-20 18:47:01 +0200 |
commit | 6e4b08332fa50c216e7b85cc4fc3d5c3d0e91a80 (patch) | |
tree | bc8fc32869be480b36f097e2891e623d60a040d4 /web/template/tu_list.php | |
parent | 61043de89bfcd15d056020ad863aaa74094c6919 (diff) | |
download | aur-6e4b08332fa50c216e7b85cc4fc3d5c3d0e91a80.tar.gz aur-6e4b08332fa50c216e7b85cc4fc3d5c3d0e91a80.tar.xz |
tu_list.php: Remove stray "</span>" tags
Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template/tu_list.php')
-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 566cb178..f80d2f5f 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> |