Encoded the © symbol with html special entities

This commit is contained in:
Nathaniel Suchy
2018-03-23 20:15:56 -04:00
committed by GitHub
parent 20876db6d8
commit d534b97b50

View File

@@ -1,3 +1,3 @@
<footer class="footer">
<p>© 2018 Pretendo</p>
<p>&copy; 2018 Pretendo</p>
</footer>