Skip to content

generated license HTML report has incorrect (?) anchor behaviour #462

@theabhishek2511

Description

@theabhishek2511

when generating the HTML report for the license list, I noticed that following the link on the library list scrolls to the very last line of the corresponding license instead of the first. demonstration.

the generated report currently has anchors like this

<a id="1934118923"></a>
<pre>(license text here)</pre>

changing it to something like this fixes the issue:

<pre id="1934118923">(license text here)</pre>

the fix seems easy to do but I do not know if this is intended behaviour or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions