diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-10-09 19:42:21 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-10-09 19:42:21 +0000 |
commit | 2ae9ba850c46c24f92c9895c98adabbf69e940dd (patch) | |
tree | 54fffe79215ba8e26bd39b47989c8aeee6e124d7 /doc/help.html | |
parent | 6c4072e8507a70c7a3dbd80b8d032fabebad77c2 (diff) | |
download | libxslt-2ae9ba850c46c24f92c9895c98adabbf69e940dd.tar.gz libxslt-2ae9ba850c46c24f92c9895c98adabbf69e940dd.tar.bz2 libxslt-2ae9ba850c46c24f92c9895c98adabbf69e940dd.zip |
made the link to search relative, Daniel
Diffstat (limited to 'doc/help.html')
-rw-r--r-- | doc/help.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/help.html b/doc/help.html index 470b4c48..c35cb111 100644 --- a/doc/help.html +++ b/doc/help.html @@ -50,7 +50,7 @@ A:link, A:visited, A:active { text-decoration: underline } <table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr> <tr><td bgcolor="#fffacd"> -<form action="http://xmlsoft.org/XSLT/search.php" enctype="application/x-www-form-urlencoded" method="GET"> +<form action="search.php" enctype="application/x-www-form-urlencoded" method="GET"> <input name="query" type="TEXT" size="20" value=""><input name="submit" type="submit" value="Search ..."> </form> <ul> |