diff options
author | Peter Thoeny <web-hurd@gnu.org> | 2000-11-10 01:43:28 +0000 |
---|---|---|
committer | Peter Thoeny <web-hurd@gnu.org> | 2000-11-10 01:43:28 +0000 |
commit | 62138f7d331101785220e30ff6c4215cf2c2f651 (patch) | |
tree | 65a3763b66df20790169c58fa5d34977eeea2d9d /Test | |
parent | 93324d4542a7b76b400a03ebf320151927a146a2 (diff) |
none
Diffstat (limited to 'Test')
-rw-r--r-- | Test/WebSearch.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/WebSearch.mdwn b/Test/WebSearch.mdwn index ad3ee555..f872c9f7 100644 --- a/Test/WebSearch.mdwn +++ b/Test/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> |