An old bug is back. And it is the 3rd time now I report it. Last time I fixed it. And now it is broken again.
If the first item in
WebLeftBar is a bullet - the line is shown with the "*" and no bullet.
If you add a blank line in front it works.
If you edit and save the left bar topic the first blank line is removed.
And then the left bar is screwed again.
Last time I fixed it was on
Item3472
I do not have an include at the top of any of our left bars so it has to be fixed.
Last time I fixed it.
Modified: twiki/branches/Patch04x01/twikiplugins/PatternSkin/templates/viewleftbar.pattern.tmpl
===================================================================
--- twiki/branches/Patch04x01/twikiplugins/PatternSkin/templates/viewleftbar.pattern.tmpl 2007-01-20 09:55:14 UTC (rev 12583)
+++ twiki/branches/Patch04x01/twikiplugins/PatternSkin/templates/viewleftbar.pattern.tmpl 2007-01-20 09:57:21 UTC (rev 12584)
@@ -12,7 +12,8 @@
-%TMPL:DEF{"webleftbar"}%%INCLUDE{"%WEB%.WebLeftBar"}%%TMPL:END%
+%TMPL:DEF{"webleftbar"}%
+%INCLUDE{"%WEB%.WebLeftBar"}%%TMPL:END%
Why is this fix being reverted?
--
TWiki:Main/KennethLavrsen
- 15 Jul 2007
I noticed it adds a space (empty paragraph) in the old situation. Will have a look at it.
--
TWiki:Main.ArthurClemens
- 15 Jul 2007