Skip to content

Commit 940adf3

Browse files
committed
chore: avoid non-unicode characters
1 parent 990aeaa commit 940adf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre_build.py

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

0 commit comments

Comments
 (0)