aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fatcat_scholar/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html
index 1bd7b9e..093d4e4 100644
--- a/fatcat_scholar/templates/base.html
+++ b/fatcat_scholar/templates/base.html
@@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{# the 'no-referrer' here is for old browsers #}
- <meta name="referrer" content="no-referrer, strict-origin-when-cross-origin">
+ <meta name="referrer" content="no-referrer,strict-origin-when-cross-origin">
{% if settings.ONION_DOMAIN %}
<meta http-equiv="onion-location" content="//{{ settings.ONION_DOMAIN }}">
{%- endif %}