summaryrefslogtreecommitdiffstats
path: root/docs/html/quicksearch.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/quicksearch.html')
-rw-r--r--docs/html/quicksearch.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/html/quicksearch.html b/docs/html/quicksearch.html
index 43ae5c20b..4908e55d4 100644
--- a/docs/html/quicksearch.html
+++ b/docs/html/quicksearch.html
@@ -19,7 +19,7 @@ REL="NEXT"
TITLE="Hacking Bugzilla"
HREF="bzhacking.html"></HEAD
><BODY
-CLASS="SECTION"
+CLASS="section"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
@@ -66,30 +66,30 @@ HREF="bzhacking.html"
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
-CLASS="SECTION"
+CLASS="section"
><H1
-CLASS="SECTION"
+CLASS="section"
><A
-NAME="QUICKSEARCH"
+NAME="quicksearch"
>D.4. The Quicksearch Utility</A
></H1
><P
-> Quicksearch is a new, experimental feature of the 2.12 release.
+>&#13; Quicksearch is a new, experimental feature of the 2.12 release.
It consist of two Javascript files, "quicksearch.js" and
"localconfig.js", and two documentation files,
"quicksearch.html" and "quicksearchhack.html"
</P
><P
-> The index.html page has been updated to include the QuickSearch
+>&#13; The index.html page has been updated to include the QuickSearch
text box.
</P
><P
-> To take full advantage of the query power, the Bugzilla
+>&#13; To take full advantage of the query power, the Bugzilla
maintainer must edit "localconfig.js" according to the value
sets used in the local installation.
</P
><P
-> Currently, keywords must be hard-coded in localconfig.js. If
+>&#13; Currently, keywords must be hard-coded in localconfig.js. If
they are not, keywords are not automatically recognized. This
means, if localconfig.js is left unconfigured, that searching
for a bug with the "foo" keyword will only find bugs with "foo"
@@ -97,7 +97,7 @@ NAME="QUICKSEARCH"
but not those with the keyword "foo".
</P
><P
-> Workarounds for Bugzilla users:
+>&#13; Workarounds for Bugzilla users:
<P
></P
><TABLE
@@ -120,7 +120,7 @@ BORDER="0"
>
</P
><P
-> When this tool is ported from client-side JavaScript to
+>&#13; When this tool is ported from client-side JavaScript to
server-side Perl, the requirement for hard-coding keywords can
be fixed. <A
HREF="http://bugzilla.mozilla.org/show_bug.cgi?id=70907"