Hello
Joomla version : J.3.2.3
FC version : RC V1881
In the type or article I have 2 hidden fields.In these fields I have set a div style to display background and border.
these fields contains :
- the first in field description of the template displayed in the prefix :
Code:
<div style="text-align:justify;padding:10px;background-color:#ffffff;margin-top:10px;margin-bottom:10px;border: medium solid #cccccc;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;float:left;min-width:98%">
- the last in field description of the template displayed in the suffix :
Theses fields are hidden, required. The default value is
. This default value is displayed if the field is empty.
Until V1880 no problem, I got a border around the concatenation of all valued of description zone.
In the V1881, in the first field the prefix/default value is followed by "< /div>" which I think, has been automatically added. So the div is closed immediatly.
Is the added '< / div> a bug or a necessity ?
In my case adding a < / div> is not a problem. I have suppressed it with 'Rereplacer'.
I just wanted to understand why this change in the V1881.
best regards
Michel