You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changing it to something like this fixes the issue:
the fix seems easy to do but I do not know if this is intended behaviour or not.
The text was updated successfully, but these errors were encountered: