fix: restore jslicense (required for librejs to work) on footer

This commit is contained in:
Fijxu 2025-05-09 22:18:41 -04:00
parent 975201a673
commit c141705810
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -351,7 +351,7 @@
<div class="right">
<a href="/privacy" title="<%= translate(locale, "footer_privacy_policy_link")%>"><%= translate(locale, "footer_privacy_policy_link") %></a>
<span> | </span>
<a href="/licenses" title="<%= translate(locale, "footer_licences_link")%>"><%= translate(locale, "footer_licences_link") %></a>
<a href="/licenses" rel="jslicense" title="<%= translate(locale, "footer_licences_link")%>"><%= translate(locale, "footer_licences_link") %></a>
</div>
</div>
</div>