From cf1b3e85cd910e14f5a9241e6aa4eb72e2f4033a Mon Sep 17 00:00:00 2001
From: saagit <55336016+saagit@users.noreply.github.com>
Date: Sun, 16 Aug 2020 09:14:05 -0700
Subject: [PATCH] Fixing illegal character caught by validator.w3.org
The error shown was:
Error: Illegal character in query: | is not allowed.
Even though Google says here:
https://developers.google.com/fonts/docs/getting_started
that multiple font families should be separated by pipe character,
they state here:
https://developers.google.com/maps/documentation/urls/url-encoding
that a pipe character should be encoded as %7C which agrees with
https://www.ietf.org/rfc/rfc3986.txt.
---
templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/base.html b/templates/base.html
index a43e612..9d7dfce 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -18,7 +18,7 @@
{% endif %}
{% if USE_GOOGLE_FONTS != False %}
-
+
{% endif %}
{% if USE_LESS %}