From 48d9f311a85ca252b2639c7c07fbaba713f53e54 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 25 Jun 2007 10:38:29 +0000 Subject: [PATCH] Fix onclick links to return false. --- web/htdocs/help/find.html | 4 ++-- web/htdocs/help/link.mc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/htdocs/help/find.html b/web/htdocs/help/find.html index 3927efe..7239b55 100644 --- a/web/htdocs/help/find.html +++ b/web/htdocs/help/find.html @@ -13,14 +13,14 @@ could be for state or national + )'; return false;">state or national
  • They can use the standard wildcard characters: ? for any single character and * for any run of zero or more characters. For example, a hostname search of *indexdata* + ); return false;">*indexdata* would find all services hosted on Index Data machines.
  • diff --git a/web/htdocs/help/link.mc b/web/htdocs/help/link.mc index f2b68a5..cca692c 100644 --- a/web/htdocs/help/link.mc +++ b/web/htdocs/help/link.mc @@ -1,8 +1,8 @@ -%# $Id: link.mc,v 1.8 2007-03-16 14:21:45 mike Exp $ +%# $Id: link.mc,v 1.9 2007-06-25 10:38:35 mike Exp $ <%args> $help Help -- 1.7.10.4