Description
When generating a report after resolving multiple configurations, the report header contains an incorrect link.
For example, when using the following two lines:
<code>
<ivy:resolve conf="ct,tt,rt" showprogress="false"/>
<ivy:report todir=""/>
</code>
the report header contains a link to <cite>file:///C:/dev/views/zeist/cispd/build/ivy-results/gehcit.cip-codeloader-ct,tt,rt.html</cite>
The link should however be three links, one to each configuration each. The actual 'ct', 'tt' and 'rt' configurations are there. If the resolve is separated into three resolves (one for each configuration), the links are correctly generated.
I'll put this issue into Jira as a small issue (has no impact on Ivy working, more of a typo).