aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-03-07 11:09:02 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-03-07 11:09:02 -0800
commitb7c189d3d6912c91874de54d44f6346adc635060 (patch)
tree737614edaa46fc3de52cabc9c9d419db5f453703 /python/fatcat_web/templates/release_view.html
parent49ac34c2b23ce586c19630999af9f72a976aa7df (diff)
downloadfatcat-b7c189d3d6912c91874de54d44f6346adc635060.tar.gz
fatcat-b7c189d3d6912c91874de54d44f6346adc635060.zip
clean up HTML whitespace
Diffstat (limited to 'python/fatcat_web/templates/release_view.html')
-rw-r--r--python/fatcat_web/templates/release_view.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html
index 14e50953..14ff4b44 100644
--- a/python/fatcat_web/templates/release_view.html
+++ b/python/fatcat_web/templates/release_view.html
@@ -36,7 +36,9 @@
<meta name="citation_journal_title" content="{{ release.container.name }}">
<meta name="DC.publisher" content="{{ release.container.publisher }}">
<meta name="citation_publisher" content="{{ release.container.publisher }}">
- {% if release.container.issnl %}<meta name="citation_issn" content="{{ release.container.issnl }}">{% endif %}
+ {% if release.container.issnl %}
+ <meta name="citation_issn" content="{{ release.container.issnl }}">
+ {% endif %}
{% elif release.publisher %}
<meta name="DC.publisher" content="{{ release.publisher }}">
<meta name="citation_publisher" content="{{ release.publisher }}">