From 4b9987165435d0cccebbe0b9335fd2531b7c7cc5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 13 Oct 2021 17:11:58 -0700 Subject: web: minor typo correction --- python/fatcat_web/templates/container_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html index e1c49197..138c943e 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -90,7 +90,7 @@
Type  {{ container.container_type or 'unknown' }}
- Status  {{ container.publication_status or 'Unknown' }}
+ Status  {{ container.publication_status or 'unknown' }}
{% if container.issnl != None or container.issne != None or container.issnp != None or container.wikidata_qid != None %} -- cgit v1.2.3