aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/container_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-03-07 01:25:44 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-03-07 01:25:44 -0800
commit56f08c9c27a326b2955d7ff3a201601ff9c3b99c (patch)
tree1b022d438a114895c561a9273cd51e6d74363434 /python/fatcat_web/templates/container_view.html
parent95ef7f917cbcac255a1fd2ce1182b4420cbb3b7f (diff)
downloadfatcat-56f08c9c27a326b2955d7ff3a201601ff9c3b99c.tar.gz
fatcat-56f08c9c27a326b2955d7ff3a201601ff9c3b99c.zip
webface: w3c validator fixes
Diffstat (limited to 'python/fatcat_web/templates/container_view.html')
-rw-r--r--python/fatcat_web/templates/container_view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html
index 0eb11d36..1e9a524b 100644
--- a/python/fatcat_web/templates/container_view.html
+++ b/python/fatcat_web/templates/container_view.html
@@ -8,7 +8,7 @@
<div class="one wide column"></div>
<div class="fifteen wide column">
<h1 class="ui header">{{ container.name }}
- <div class="sub header"><code>container {{ container.ident }}</code></div></h1>
+ <span class="sub header"><code>container {{ container.ident }}</code></span></h1>
</div>
</div>
@@ -118,7 +118,7 @@
<b>Lookup Links</b>
<br><a href="http://www.sherpa.ac.uk/romeo/issn/{{ container.issnl }}/">SHERPA/RoMEO</a> (access policies)
{% if not container.wikidata_qid %}
- <br><a href="https://www.wikidata.org/w/index.php?search={{ container.name }}">wikidata.org</a>
+ <br><a href="https://www.wikidata.org/w/index.php?search={{ container.name|urlencode }}">wikidata.org</a>
{% endif %}
</div>