-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Current Format ::
<?xml version='1.0' encoding='utf-8'?>
<Root>
<Record name="test" website="alias"><Alias>test</Alias><Website>alias</Website><Username>test</Username><Password>test</Password></Record></Root>
Expected Format ::
<?xml version='1.0' encoding='utf-8'?>
<Root>
<Record name="test" website="alias">
<Alias>test</Alias>
<Website>alias</Website>
<Username>test</Username>
<Password>test</Password>
</Record>
</Root>
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed