Ticket #4961 (reopened Bug report)
File Server.xml: ver 0.9.33 - tags with multilines text are reformatted on a single line
| Reported by: | borgo2009 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | FileZilla Server |
| Keywords: | config file, xml | Cc: | |
| Operating system type: | Windows | Operating system version: | Windows 2003 server |
Description
I use FileZilla Server 0.9.33 beta
In file "File Server.xml" I use the tag CDATA like in the following example:
<Item name="Initial Welcome Message" type="string">
<![CDATA[
.....text
.....more text
.....more more text
]]>
</Item>
The problem is that fileZilla remove CDATA tag and reformat all my welcome message as one text line, as shown below
<Item name="Initial Welcome Message" type="string">.....text.....more text.....more more text<Item>
Regards
Andrea
Change History
Note: See
TracTickets for help on using
tickets.
