NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item9148: HTML2TML eats some br tags inside macros
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
WysiwygPlugin |
|
WysiwygPlugin removes
<br /> tags at the end of lines within macros. For example, macros like this one are affected:
%JQPLUGINS{"scrollto"
format="
Homepage: $homepage <br />
Author(s): $author <br />
Version: $version
"
}%
The problem is that
HTML2TML is over-enthusiastic about removing
<br /> tags before newlines.
--
MichaelTempest - 12 Jun 2010
Fixed on trunk.
--
MichaelTempest - 21 Jun 2010