irspy should highlight the select row, IR-354
[irspy-moved-to-github.git] / web / htdocs / details / found.mc
index 84735fc..9e858f8 100644 (file)
@@ -97,7 +97,7 @@ print_navlink(\%params, $last < $n, "Next", $skip+$count);
 % }
      </p>
 % if ($n > 0 && $first <= $n) {
-     <table width="100%">
+     <table width="100%" class="targets">
       <tr class="thleft">
        <th>#</th>
        <th>Title</th>
@@ -124,7 +124,7 @@ push @ids, $id;
 </%perl>
       <tr style="background: <% ($i % 2) ? '#ffffc0' : 'white' %>">
        <td><% $i %></td>
-       <td><a href="<% xml_encode("/full.html?id==" . uri_escape_utf8(cql_quote($id)))
+       <td><a href="<% xml_encode("/full.html?id=" . uri_escape_utf8($id))
                %>"><% xml_encode($title) %></a></td>
        <td><% xml_encode($reliability, "", { nbsp => 1 }) %></td>
        <td><% xml_encode($host, "") %></td>