[aur-dev] [PATCH 3/6] tu_list.php: Remove stray "</span>" tags

canyonknight canyonknight at gmail.com
Thu Oct 18 17:12:26 EDT 2012


Signed-off-by: canyonknight <canyonknight at 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



More information about the aur-dev mailing list