diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:41:14 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:41:14 +0200 |
commit | f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c (patch) | |
tree | e2655cb3da64343f00e54fec861c7fa5364de23b /TWiki/WebTopicNonWikiTemplate.mdwn | |
parent | e1f27467532fb470b383ca8115e0d562fedcce03 (diff) | |
download | web-f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c.tar.gz web-f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c.tar.bz2 web-f2bd2ecb23e8734a0cb3c939efb6d7131f9d915c.zip |
Remove doubled text w.r.t. in-wiki links. Again I hope I didn't break anything
else.
Diffstat (limited to 'TWiki/WebTopicNonWikiTemplate.mdwn')
-rw-r--r-- | TWiki/WebTopicNonWikiTemplate.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TWiki/WebTopicNonWikiTemplate.mdwn b/TWiki/WebTopicNonWikiTemplate.mdwn index 4ba75c7f..8e4f245b 100644 --- a/TWiki/WebTopicNonWikiTemplate.mdwn +++ b/TWiki/WebTopicNonWikiTemplate.mdwn @@ -10,4 +10,4 @@ ### <a name="If_you_intended_to_do_a_full_tex"> If you intended to do a full text search: </a> -> <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/" name="search"> Use the <a href="WebSearch">Search</a> link on top of this page, or do a simple <br /><input name="search" size="32" type="text" value="%TOPIC%" /> <input type="submit" value="Search" /> <input name="scope" type="hidden" value="text" /> <input name="ignorecase" type="hidden" value="on" /> (More options in <span style="background:"><font color="">Web Search</font></span>[[WebSearch]]) </form> +> <form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/" name="search"> Use the <a href="WebSearch">Search</a> link on top of this page, or do a simple <br /><input name="search" size="32" type="text" value="%TOPIC%" /> <input type="submit" value="Search" /> <input name="scope" type="hidden" value="text" /> <input name="ignorecase" type="hidden" value="on" /> (More options in [[WebSearch]]) </form> |