diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-11-10 01:41:07 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-11-10 01:41:07 +0000 |
commit | 7222a9858b1e59ea3405e11acbb96c761dab17ce (patch) | |
tree | 86d7c3f9210ec7fbcf3db2e66cbb3915b2ec5f1b | |
parent | f449fbbbdda472aa3f0a1b01144bd721e609a640 (diff) |
none
-rw-r--r-- | TWiki/WebSearch.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TWiki/WebSearch.mdwn b/TWiki/WebSearch.mdwn index ad3ee555..f872c9f7 100644 --- a/TWiki/WebSearch.mdwn +++ b/TWiki/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> |