projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86caed4
)
New parameter style for link to check.html
author
Mike Taylor
<mike@indexdata.com>
Sat, 23 Sep 2006 07:14:05 +0000
(07:14 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Sat, 23 Sep 2006 07:14:05 +0000
(07:14 +0000)
web/htdocs/details/found.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/found.mc
b/web/htdocs/details/found.mc
index
dfca595
..
9ede0f4
100644
(file)
--- a/
web/htdocs/details/found.mc
+++ b/
web/htdocs/details/found.mc
@@
-1,4
+1,4
@@
-%# $Id: found.mc,v 1.8 2006-09-20 16:37:15 mike Exp $
+%# $Id: found.mc,v 1.9 2006-09-23 07:14:05 mike Exp $
<%once>
use XML::LibXML;
use XML::LibXML::XPathContext;
@@
-115,7
+115,7
@@
push @ids, $id;
% }
</table>
<p>
- <a href="<% "/check.html?id=" . join(" ", @ids)
+ <a href="<% "/check.html?" . join("&", map { "id=$_" } @ids)
%>">[Test all targets on this list]</a>
</p>
% }