The search results page does not seem to be rendering properly. The following is what I actually see in the heading of the page - wiki markup.
Main . { [[WebHome][Home]] | [[TWikiUsers][Users]] | [[TWikiGroups][Groups]] | [[OfficeLocations][Offices]] | [[WebChanges][Changes]] | [[WebIndex][Index]] | [[WebSearch][Search]] | Go }
The browser source (wiki rendered to html page) looks like this:
<TD COLSPAN="2">
Main . {
[[WebHome][Home]]
| [[TWikiUsers][Users]]
| [[TWikiGroups][Groups]]
| [[OfficeLocations][Offices]]
| [[WebChanges][Changes]]
| [[WebIndex][Index]]
| [[WebSearch][Search]]
| Go <input type="text" name="topic" size="16" />
}
</TD>
--
DavidLeBlanc - 18 Jul 2001
Fixed and in
TWikiAlphaRelease. Problem was that the
TWiki::Search did not Wiki-render the first part of the page.
TWiki::getRenderedVersion() does now check for the
HTML body tag and excludes rendering of anything before that tag, e.g.
HTML head, scripts and style sheets.
Code in all scripts that rendered templates conditionaly to excluding the
HTML head has been removed since it is now redundant. Scripts:
attach,
changes,
edit,
oops,
preview,
rdiff and
view.
--
PeterThoeny - 20 Jul 2001