Hi FrD With the code you posted the opening <$select> tag is not followed by two linebreaks, and so the body of the widget will be parsed in inline mode.
If you want to have it parsed in block mode (to avoid those <br> tags, perhaps), then you'll need to add two linebreaks after both the opening <$select> tags. Best wishes Jeremy On Thu, Apr 24, 2014 at 5:16 PM, FrD <[email protected]> wrote: > Hi Jeremy, > > Thanks for jumping in. > Alas your suggestion does not work. The code is below : > > <$select list="A B C" name="selection1"> The current selection is: > <<selection1>> > > <$select tiddler="testSelectAux" name="selection2"> The current selection > is: <<selection2>> > > Les sélections sont : > > <<selection1>><br/> > <<selection2>><br/> > > </$select> > > </$select> > > The result is : > > > > > > > FrD > > > >> <https://lh5.googleusercontent.com/-LUmN7053l0s/U1k4gMcnFPI/AAAAAAAAAoA/j0VLejDStUs/s1600/Capture+d%27%C3%A9cran+-+24042014+-+18%3A10%3A41.png> >> > > > > > > Le jeudi 24 avril 2014 12:25:18 UTC+2, Jeremy Ruston a écrit : > >> Hi FrD >> >> It sounds like you're being hit by the 5.0.8 change to the way that the >> content of widgets is parsed: >> >> http://tiddlywiki.com/static/Notes%2520for%2520upgrading% >> 2520to%25205.0.8-beta.html >> >> You probably need to add an extra linebreak after your opening <$select> >> tag, so that there is a double linebreak to introduce block mode content. >> >> Best wishes >> >> Jeremy >> >> -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

