Properly escaped ampersands for XHTML.
authorMike Taylor <mike@indexdata.com>
Mon, 4 Dec 2006 15:54:10 +0000 (15:54 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 4 Dec 2006 15:54:10 +0000 (15:54 +0000)
web/htdocs/help/find.html

index 06fcce5..3927efe 100644 (file)
    <li>They can use boolean operators: for example, a title search
        could be for
        <a href="#" onclick="sendOpener(
-       '/find.html?dc.title=state+or+national&_search=Search'
+       '/find.html?dc.title=state+or+national&amp;_search=Search'
        )"><tt>state or national</tt></a>
    </li>
    <li>They can use the standard wildcard characters: <tt>?</tt> for
        any single character and <tt>*</tt> for any run of zero or
        more characters.  For example, a hostname search of
        <a href="#" onclick="sendOpener(
-       '/find.html?net.host=*indexdata*&_search=Search'
+       '/find.html?net.host=*indexdata*&amp;_search=Search'
        )"><tt>*indexdata*</tt></a>
        would find all services hosted on Index Data machines.
    </li>