Skip to content

Commit

Permalink
Update coyright.html to not include the html tags.
Browse files Browse the repository at this point in the history
I think it is a mistake to include a tags.

Note that with the exception of the `©`, the two translate blocks are
almost identical, so I would also be for including the © inside the html
copyright to have the same translatable strings.

Closes #1873
  • Loading branch information
Carreau committed Jun 12, 2024
1 parent 05fd48a commit 1019241
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 1019241

Please sign in to comment.