Skip to content

Commit

Permalink
ENH - Update copyright.html to not include the html tags. (#1874)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Carreau and pre-commit-ci[bot] committed Jun 25, 2024
1 parent be9f10d commit f432f8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% if show_copyright and copyright %}
<p class="copyright">
{% if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
© <a href="{{ pathto('copyright') }}">{% trans copyright=copyright|e %}Copyright {{ copyright }}{% endtrans %}</a>.
<br/>
{% else %}
{% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
Expand Down

0 comments on commit f432f8e

Please sign in to comment.