Description

if you enter into the source text box of the gui editor the following snippet the br's after the 2000 becomes removed

   1 <span class="headline"><br />
   2 2000</span><br />
   3 <br />
   4 <br />
   5 foo bar

after saving the result looks like

   1 <p class="line874">2000 foo bar</p>

Component selection

Details

MoinMoin Version

1.8 / 1.9

OS and Version

Python Version

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

<p> and <br> etc. is black magic in moin 1.x. If someone wants really good conversion, I suggest rewriting the stuff as a (x)html -> dom -> wiki converter in moin2.

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/Gui convertor removes BR (last edited 2010-02-16 18:17:12 by ThomasWaldmann)