From eef027b25ed6a1c2d9ca4841bd947a6f2ad59fd2 Mon Sep 17 00:00:00 2001 From: lian Date: Fri, 26 Nov 2021 16:28:03 +0800 Subject: [PATCH] Use comma as html meta keyword separator --- seahub/templates/base.html | 2 +- seahub/templates/base_for_react.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/seahub/templates/base.html b/seahub/templates/base.html index f05f2ad7de..90b4ff0730 100644 --- a/seahub/templates/base.html +++ b/seahub/templates/base.html @@ -5,7 +5,7 @@ {% block sub_title %}{% endblock %}{{ site_title }} - + {% if site_description != '' %}{% endif %} {% block viewport %} diff --git a/seahub/templates/base_for_react.html b/seahub/templates/base_for_react.html index 4140f170b1..be1a7cc82b 100644 --- a/seahub/templates/base_for_react.html +++ b/seahub/templates/base_for_react.html @@ -6,7 +6,7 @@ {% block sub_title %}{% endblock %}{{ site_title }} - + {% if site_description != '' %}{% endif %} {% block viewport %}