Skip to content

Commit

Permalink
Do not enforce period at the end of copyright statement (upstream)
Browse files Browse the repository at this point in the history
  • Loading branch information
Odyseus committed Nov 29, 2018
1 parent f718d2e commit cf600c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<p>
{%- if show_copyright %}
{%- if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
{% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}{% endtrans %}
{%- else %}
{% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
{% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}{% endtrans %}
{%- endif %}
{%- endif %}

Expand Down

0 comments on commit cf600c5

Please # to comment.