Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
theabhishek2511 opened this issue Mar 28, 2024 · 1 comment
Open

Comments

@theabhishek2511
Copy link

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.

@emanuele-gambaro-iol
Copy link

I found the same strange behaviour in our project, it is possibile to fix it in the next release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants