aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/editgroup_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-06-14 10:23:58 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-06-14 10:23:58 -0700
commite630bdbda05507ceac205bdd1dad84d0dd881d75 (patch)
tree4d1c4406e3cc6fb8882e44a1c32a4029c1669946 /python/fatcat_web/templates/editgroup_view.html
parent3bc90cd4cfe80cf74813b0b310b63ee455717c32 (diff)
downloadfatcat-e630bdbda05507ceac205bdd1dad84d0dd881d75.tar.gz
fatcat-e630bdbda05507ceac205bdd1dad84d0dd881d75.zip
typos and HTML validation
Diffstat (limited to 'python/fatcat_web/templates/editgroup_view.html')
-rw-r--r--python/fatcat_web/templates/editgroup_view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/editgroup_view.html b/python/fatcat_web/templates/editgroup_view.html
index 2d2f3b03..3508578c 100644
--- a/python/fatcat_web/templates/editgroup_view.html
+++ b/python/fatcat_web/templates/editgroup_view.html
@@ -75,7 +75,7 @@
{% endif %}
<h1 class="ui header">Editgroup
-<div class="sub header"><code>editgroup {{ editgroup.editgroup_id }}</code></div></h1>
+<span class="sub header"><code>editgroup {{ editgroup.editgroup_id }}</code></span></h1>
{% endblock %}
<p><b>What is an editgroup?</b>
@@ -103,7 +103,7 @@ reviewable bundle.
<h4>Extra Metadata (raw JSON)</h4>
{{ entity_macros.extra_metadata(editgroup.extra) }}
{% endif %}
-<br><br clear="all">
+<br><br style="clear: both;">
<div class="ui styled fluid accordion">
{{ edit_list(auth_to, editgroup, editgroup.edits.releases, "release", "Release") }}