Skip to content

Commit 166d6e7

Browse files
authored
Replace © with unicode decimal code entity (#161)
fixes missing "copy" entity in ePub format, ref: https://www.codetable.net/decimal/169
1 parent b9e8d79 commit 166d6e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alabaster/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
{%- block footer %}
8989
<div class="footer">
90-
{% if show_copyright %}&copy;{{ copyright }}.{% endif %}
90+
{% if show_copyright %}&#169;{{ copyright }}.{% endif %}
9191
{% if show_sphinx %}
9292
{% if show_copyright %}|{% endif %}
9393
Powered by <a href="https://www.sphinx-doc.org/">Sphinx {{ sphinx_version }}</a>

0 commit comments

Comments
 (0)