• Do not register here on develop.twiki.org, login with your twiki.org account. • Use Item7848 for generic doc work for TWiki-6.1.1. Use Item7851 for doc work on extensions that are not part of a release. More...Close • Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update. • Does this site look broken?. Use the LitterTray web for test cases.
To reproduce:
create a blank page
Type X
change paragraph style to bullet list
save
One can see "* X" instead of a proper bullt.
It seems that the trimming of starting space on save, line 181 of
Node.pm ($tml =~ s/^\s*//s;) removes the 3 spaces before the first *
Removeing the above line in the code seem to fix the problem. I cannot see bad side effects of this fix.
Nice catch; the top and tail code was there to correct an earlier problem that no longer exists.
SVN 8401
CC