mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
tu_list.php: Remove stray "</span>" tags
Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
61043de89b
commit
6e4b08332f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue