diff options
Diffstat (limited to 'web/template/pkg_search_results.php')
-rw-r--r-- | web/template/pkg_search_results.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/template/pkg_search_results.php b/web/template/pkg_search_results.php index b4415d7..b7015ce 100644 --- a/web/template/pkg_search_results.php +++ b/web/template/pkg_search_results.php @@ -86,10 +86,9 @@ for ($i = 0; $row = mysql_fetch_assoc($result); $i++) { <table width='100%'> <tr> <td align='left'> - <div> - <span class='f3'><?php echo __('Legend') ?> + <div id="legend"> + <span class='f3'><?php echo __('Legend') ?></span> <span class="outofdate"><?php print __('Out of Date') ?></span> - </span> </div> <?php if ($SID): ?> <div> |