I defined an system property which has multiple lines. This works, but the problem is that when I edit my property again it is displayed with <br> for each newline. If I save again this <br> are now in the String, so I have to remove them each time.
Go into "Openfire Admin Console" and create a property test.property with value
Test
Test
and save it.
(real newline, no \n or <br>)
Edit the property again, text in EditBox is now:
Test<br>Test
Save the property again.
Value is now
Test<br>Test
Edit: I'm using Openfire 3.4.4 / Linux