Actions
Bug #6893
closedConfiguration XML is inconsistent with self closing tags
Start date:
11/04/2016
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.x
Affected Architecture:
Description
Whenever I make changes I do "Download configuration as XML" and store the file in a git repository, so I always view the diff of what's changed. Very often, tags that are empty don't always generate the same output.
For example, the <shaper> element was:
<shaper> </shaper>
but now it's:
<shaper/>
Files
Actions