I've run into same problem reported in FromDropDownCallTwikiUser - returning a search of users to a select list within a TWiki table, breaks the table. I've added an empty separator as suggested by PeterThoeny, but this did not resolve the problem.
Relevant row in table:
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I wouldn't have known in advance, but some experiments suggest the
solution: You need to suppress all of the standard things a search
usually adds per default. So simply replace your nototal="on" by
nonoise="on". I can't demonstrate with your search, but let me try
a simple live mockup here.
Source
Against my expectations this seems to yield more topics than those beginning with Web. Is scope="topic" broken? Anyway, not in the scope of the current topic.
Please re-open the request if that doesn't do the trick for you!
-- HaraldJoerg - 17 Sep 2007
That did it, thanks.
-- MichelleAlbertin - 18 Sep 2007
Add a separator=" " (e.g. a space) to the SEARCH to avoid line breaks.
-- PeterThoeny - 18 Sep 2007