diff options
Diffstat (limited to 'web/template/stats/updates_table.php')
-rw-r--r-- | web/template/stats/updates_table.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/stats/updates_table.php b/web/template/stats/updates_table.php index 09c70d56..2a6c2f3b 100644 --- a/web/template/stats/updates_table.php +++ b/web/template/stats/updates_table.php @@ -2,7 +2,7 @@ <tr> <th colspan="2" class="boxSoftTitle" style="text-align: right"> <span class="f3"><?php print __("Recent Updates") ?><span class="f5"></span></span> -<a href="rss2.php"><img src="images/feed-icon-14x14.png" alt="RSS Feed"></a> +<a href="rss2.php"><img src="images/feed-icon-14x14.png" alt="RSS Feed" /></a> </th> </tr> @@ -12,7 +12,7 @@ <span class="f4"><span class="blue"> <a href="packages.php?ID=<?php print intval($row["ID"]); ?>"> <?php print $row["Name"] . ' ' . $row["Version"]; ?> -</a></span> +</a></span></span> </td> <td class="boxSoft"> |