Repository details incorrectly constructed xml tags #1619
Labels
bug
Bugs & errors found in Reposilite
cosmetic
Issue is not harmful and affects only cosmatic part of a project
good first issue
It would be great, if this issue could be solved by community
What happened?
In the overview on our repository dashboard we can see small "Repository Details" section, currently generated tags look like this:
<repository> <id><id/> <name><name/> <url><url/> <repository/>
that's incorrect construction, accepted syntax looks like this:
<repository> <id></id> <name></name> <url></url> </repository>
as you can notice, the only difference between these two examples is "/" contained in the closing tag, reposilite generated example is placing that slash in the wrong place.
Reposilite version
3.x
Relevant log output
No response
The text was updated successfully, but these errors were encountered: