mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
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:
parent
cfd38d3dd1
commit
5b319a056c
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
in partnership with <a href="https://www.ardanlabs.com/">Ardan Labs</a>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
© 2015-2019 Light Code Labs. All rights reserved.
|
||||
© 2015-2019 Light Code Labs. All rights reserved.
|
||||
<br>
|
||||
Caddy® is a registered trademark of Light Code Labs, LLC.
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue