I can't seem to figure out why but my line break filter isn't working correctly. For example this goes in...

<fieldset class="wiki-nav"><legend>Arch Online</legend><dl><dt><a href="#story">Story</a></dt><dt><a href="#battlesystem">Battle System</a></dt><dd><a href="#special">Special Moves</a></dd><dd><a href="#teams">Teaming Up</a></dd></dl></fieldset>
This is the page for Arch Online, the name Arch Online is just a working name. Basically what that means is that the name Arch Online will be used until I (or we if I find anyone willing to help) figure out a better name for it. 



<a name="story"></a><font size="3"><b>Story</b></font><hr />
TBA

<a name="classes"></a><font size="3"><b>Character Classes</b></font><hr />
TBA

<a name="battlesystem"></a><font size="3"><b>Battle System</b></font><hr />
Working on typing it all up (there's a lot).

<a name="special"></a><font size="2"><b>Special Moves</b></font><hr />
TBA

<a name="teams"></a><font size="2"><b>Teaming Up</b></font><hr />
TBA

But the end result is this (only a single break appears).

<fieldset class="wiki-nav"><legend>Arch Online</legend><br />
<dl>
<dt><a href="#story">Story</a></dt>
<dt><a href="#battlesystem">Battle System</a></dt>
<dd><a href="#special">Special Moves</a></dd>
<dd><a href="#teams">Teaming Up</a></dd>
</dl>
<p></fieldset><br />

This is the page for Arch Online, the name Arch Online is just a working name. Basically what that means is that the name Arch Online will be used until I (or we if I find anyone willing to help) figure out a better name for it. </p>
<p><a name="story"></a><font size="3"><b>Story</b></font><br />
<hr />
TBA</p>
<p><a name="classes"></a><font size="3"><b>Character Classes</b></font><br />
<hr />
TBA</p>
<p><a name="battlesystem"></a><font size="3"><b>Battle System</b></font><br />
<hr />
Working on typing it all up (there's a lot).</p>

<p><a name="special"></a><font size="2"><b>Special Moves</b></font><br />
<hr />
TBA</p>
<p><a name="teams"></a><font size="2"><b>Teaming Up</b></font><br />
<hr />
TBA

I've tried changing the filter orders in every possible way I can but it doesn't seem to fix anything. Here's the current order.

HTML corrector
HTML filter
Line break converter
URL filter
Lightbox filter
Smileys filter

Comments

vm’s picture

are you using an editor? tinymce, fckeditor or any of the others?

Ariler’s picture

Yes, I'm using BUEeditor. I have it set up to use bbcode but the wiki is using html.

Ariler’s picture

Disabling BUEditor did not resolve the problem when editing the page the breaks remain there but upon submiting they are removed except for the first one.

Ariler’s picture

Sorry I was mistaken breaks are showing up but I cannot add more than one at a time.

Ariler’s picture

bump

Ariler’s picture

I disabled all filters but line break and it still doesn't put the breaks correctly.

vm’s picture

as far as I can tell that is default core behavior to clean up excess breaks. if you want more than what is available, turn off line break filter and use straight HTML breaks.