diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-11-10 01:41:48 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-11-10 01:41:48 +0000 |
commit | df582f87a0a6e15ed2023f5cf43d00f501aa4919 (patch) | |
tree | da893c186f33b095c8caf3334e0e5d8f55445e9c | |
parent | 7222a9858b1e59ea3405e11acbb96c761dab17ce (diff) |
none
-rw-r--r-- | Main/WebSearch.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Main/WebSearch.mdwn b/Main/WebSearch.mdwn index ad3ee555..f872c9f7 100644 --- a/Main/WebSearch.mdwn +++ b/Main/WebSearch.mdwn @@ -1,6 +1,6 @@ <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/"> <ul> - <li><b>Simple search</b>: <table> + <li><b>Simple search</b>: <table border="0" cellpadding="0" cellspacing="0"> <tr> <td><input checked name="scope" type="radio" value="text" /> Topic text (body) </td> <td><input name="web" type="checkbox" /> All webs (not only %WIKITOOLNAME%.%WEB% web) </td> @@ -15,7 +15,7 @@ <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/"> <ul> - <li><b>Advanced search</b>: <table> + <li><b>Advanced search</b>: <table border="0" cellpadding="0" cellspacing="0"> <tr> <td><input checked name="scope" type="radio" value="text" /> Topic text (body) </td> <td> Search </td> |