Details
-
Bug
-
Resolution: Fixed
-
Critical
-
1.0 RC1
-
None
Description
For example, add the following in wiki editor mode:
{code:xml}
<?xml version='1.0' encoding='UTF-8'?>
<ccrc-settings>
<domainName>ES</domainName>
<username>autoxpert</username>
<password>password</password>
<viewRoot>/home/user/views</viewRoot>
</ccrc-settings>
{code}
Then switch to the WYSIWYG mode and you'll see:
{code:xml}
ES autoxpert password /home/user/views
{code}
Then if you save in WYSIWYG mode you'll get the following displayed in view mode:
code:xml}
ES
autoxpert
password
/home/user/views
{code}