@id parameter replaced $id
authorMike Taylor <mike@indexdata.com>
Sat, 23 Sep 2006 07:13:12 +0000 (07:13 +0000)
committerMike Taylor <mike@indexdata.com>
Sat, 23 Sep 2006 07:13:12 +0000 (07:13 +0000)
web/htdocs/check.html

index 93cdc90..9d5118c 100644 (file)
@@ -1,6 +1,6 @@
-%# $Id: check.html,v 1.3 2006-09-20 16:35:21 mike Exp $
+%# $Id: check.html,v 1.4 2006-09-23 07:13:12 mike Exp $
 <%args>
-$id
+@id
 </%args>
 <& /chrome/layout.mc, %ARGS, component => "/details/check.mc",
-    title => ($id =~ / /) ? "Test targets" : "Test a target" &>
+    title => @id > 1 ? "Test targets" : "Test a target" &>