Bug: Leading Whitespace lost
Im having a problem with either:
- Loss of leading whitespace in topics when editing them and/or
- Rendering of twiki builtins broken when the first line of a topic
Scenario 1
If a topic contains the following when I save it
-----START-----
---+++ Heading
...
----- END -----
but the next time I go to edit it contains the following. (Notice the leading return is missing)
-----START-----
---+++ Heading
...
----- END -----
Scenario 2
If a topic contains the following when I save it
-----START-----
---+++ Heading
...
----- END -----
The Heading gets rendered correctly on view, namely its got the bold formatting etc.
but if a topic contains the following when I save it
-----START-----
---+++ Heading
...
----- END -----
The Heading does not get rendered correctly on view, namely its missing the bold formatting etc
Test case
Environment
| TWiki version: |
Feb2003 |
| TWiki plugins: |
Lots of them |
| Server OS: |
Linux |
| Web server: |
Apache |
| Perl version: |
5.6.1 |
| Client OS: |
|
| Web Browser: |
|
--
JohnCavanaugh - 25 Mar 2003
Follow up
- Forget it, I found the problem, it was with one of the plugins.
Fix record