diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-21 20:05:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-21 20:05:33 -0700 |
commit | 67ab36df8342965266c49864738ee7d49c43df57 (patch) | |
tree | e3f4331548aaf8b4ead7bc6a4ed0e3e3d7c779ac /python | |
parent | a745ddd4637e0f241b18cb366adbf7bab454b722 (diff) | |
download | fatcat-67ab36df8342965266c49864738ee7d49c43df57.tar.gz fatcat-67ab36df8342965266c49864738ee7d49c43df57.zip |
webface: extra <br> in container lookup links
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_web/templates/container_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/container_view.html b/python/fatcat_web/templates/container_view.html index 0efc18a0..8d7c4cae 100644 --- a/python/fatcat_web/templates/container_view.html +++ b/python/fatcat_web/templates/container_view.html @@ -148,7 +148,7 @@ <a href="http://www.sherpa.ac.uk/romeo/issn/{{ container.issnl }}/">SHERPA/RoMEO</a> (access policies)<br> {% endif %} {% if not container.wikidata_qid %} - <br><a href="https://www.wikidata.org/w/index.php?search={{ container.name|urlencode }}">wikidata.org</a> + <a href="https://www.wikidata.org/w/index.php?search={{ container.name|urlencode }}">wikidata.org</a><br> {% endif %} </div> </div> |