From 5b319a056c429ae242ef56ee9355d2ee81f7ee42 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joda=20St=C3=B6=C3=9Fer?=
Date: Mon, 3 Feb 2020 06:16:57 +0100
Subject: [PATCH] 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
---
src/includes/footer.html | 2 +-
src/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/includes/footer.html b/src/includes/footer.html
index 3bec154..1a8d035 100644
--- a/src/includes/footer.html
+++ b/src/includes/footer.html
@@ -7,7 +7,7 @@
in partnership with Ardan Labs
- © 2015-2019 Light Code Labs. All rights reserved.
+ © 2015-2019 Light Code Labs. All rights reserved.
Caddy® is a registered trademark of Light Code Labs, LLC.
diff --git a/src/index.html b/src/index.html
index af5c650..eb072fe 100644
--- a/src/index.html
+++ b/src/index.html
@@ -43,7 +43,7 @@
Caddy simplifies your infrastructure. It takes care of TLS certificate renewals, OCSP stapling, static file serving, reverse proxying, Kubernetes ingress, and more.
-
Its modular architecture means you can do more with a single, static binary that compiles for any platform.
+ Its modular architecture means you can do more with a single, static binary that compiles for any platform.
Caddy runs great in containers because it has no dependencies—not even libc. Run Caddy practically anywhere.