aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-01-05 09:00:42 -0800
committerBryan Newbold <bnewbold@archive.org>2022-01-05 09:00:42 -0800
commit238b271dfebd94371ee85ffa862bbe429ad21633 (patch)
tree8a576e4d7dad7086b7641213406c80a431c066f1 /fatcat_scholar/templates
parent6038bea6ad071db02110fdaeeb51b38fc19dbd54 (diff)
downloadfatcat-scholar-238b271dfebd94371ee85ffa862bbe429ad21633.tar.gz
fatcat-scholar-238b271dfebd94371ee85ffa862bbe429ad21633.zip
meta referrer: single string, no whitespace
Diffstat (limited to 'fatcat_scholar/templates')
-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 %}