diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:21:26 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-07 17:21:26 +0200 |
commit | e1f27467532fb470b383ca8115e0d562fedcce03 (patch) | |
tree | 71068f66aea8935f9e402ea03d7fe59302f91aef /TWiki/WebTopicNonWikiTemplate.mdwn | |
parent | be6a871fb6cfafa9d8c25a98f54a74d9959070ad (diff) | |
download | web-e1f27467532fb470b383ca8115e0d562fedcce03.tar.gz web-e1f27467532fb470b383ca8115e0d562fedcce03.tar.bz2 web-e1f27467532fb470b383ca8115e0d562fedcce03.zip |
Fix broken in-wiki links. I hope I didn't break any other stuff.
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 8fbfca1b..4ba75c7f 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><a href="http://LOCATION/WebSearch">?</a>) </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 <span style="background:"><font color="">Web Search</font></span>[[WebSearch]]) </form> |