diff options
-rw-r--r-- | Know/WebSearch.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Know/WebSearch.mdwn b/Know/WebSearch.mdwn index be424ae0..98fa7109 100644 --- a/Know/WebSearch.mdwn +++ b/Know/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> @@ -21,7 +21,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> |