From a22074a4ae33b911230c5021ba8e5544c87da659 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 4 Dec 2006 15:54:10 +0000 Subject: [PATCH] Properly escaped ampersands for XHTML. --- web/htdocs/help/find.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/htdocs/help/find.html b/web/htdocs/help/find.html index 06fcce5..3927efe 100644 --- a/web/htdocs/help/find.html +++ b/web/htdocs/help/find.html @@ -12,14 +12,14 @@
  • They can use boolean operators: for example, a title search could be for 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* would find all services hosted on Index Data machines.
  • -- 1.7.10.4