From a77592018a422d6d5e282c7e6e7fba3837b1b354 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Sat, 23 Sep 2006 07:12:53 +0000 Subject: [PATCH] Use check.mc instead of all.mc (which is therefore unused) --- web/htdocs/all.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/htdocs/all.html b/web/htdocs/all.html index 76a2c32..6dddef7 100644 --- a/web/htdocs/all.html +++ b/web/htdocs/all.html @@ -1,3 +1,3 @@ -%# $Id: all.html,v 1.2 2006-09-19 16:30:49 mike Exp $ +%# $Id: all.html,v 1.3 2006-09-23 07:12:53 mike Exp $ <& /chrome/layout.mc, %ARGS, title => "Test all targets", - component => "/details/all.mc" &> + component => "/details/check.mc", id => "" &> -- 1.7.10.4