Skip to content

Commit f315e4e

Browse files
committed
fix: avoid non-unicode characters
1 parent fd39e07 commit f315e4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pre_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ def build_footer():
162162
year = datetime.now().year
163163
footer_content = f"""
164164
<div>
165-
Copyright © 2020-{year}
166-
<a href="https://www.openmicroscopy.org/"><abbr title="Open Microscopy Environment">OME</abbr></a><sup>®</sup>.
165+
Copyright &copy; 2020-{year}
166+
<a href="https://www.openmicroscopy.org/"><abbr title="Open Microscopy Environment">OME</abbr></a><sup>&reg;</sup>.
167167
OME trademark rules apply.
168168
</div>
169169
"""

0 commit comments

Comments
 (0)