fix: remove paragraph separators (#1)

There are line and paragraph separators as unicode symbols which are only visible in Chrome on Windows machines and are difficult to detect on other setups. They cause visual inconsistencies and can be safely removed.
https://www.fileformat.info/info/unicode/char/2029/index.htm
https://stackoverflow.com/questions/39603446/why-is-this-symbol-showing-up-on-chrome-and-not-firefox-or-edge
This commit is contained in:
Joda Stößer 2020-02-03 06:16:57 +01:00 committed by GitHub
parent cfd38d3dd1
commit 5b319a056c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
in partnership with <a href="https://www.ardanlabs.com/">Ardan Labs</a>
</div>
<div class="copyright">
&copy; 2015-2019 Light Code Labs. All rights reserved.
&copy; 2015-2019 Light Code Labs. All rights reserved.
<br>
Caddy&reg; is a registered trademark of Light Code Labs, LLC.
</div>