diff options
Diffstat (limited to 'TWiki/WebSearch.mdwn')
-rw-r--r-- | TWiki/WebSearch.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TWiki/WebSearch.mdwn b/TWiki/WebSearch.mdwn index 99668967..f07bdcda 100644 --- a/TWiki/WebSearch.mdwn +++ b/TWiki/WebSearch.mdwn @@ -19,7 +19,8 @@ <tr> <td><input checked name="scope" type="radio" value="text" /> Topic text (body) </td> <td> Search </td> - <td><select name="web"><option value="all">all public</option></select></td> + <td><select name="web"><option value="all">all public</option> + <option>%INCLUDINGWEB%</option></select></td> </tr> </table> </li> |