From e630bdbda05507ceac205bdd1dad84d0dd881d75 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 14 Jun 2019 10:23:58 -0700 Subject: typos and HTML validation --- python/fatcat_web/templates/container_search.html | 4 ++-- python/fatcat_web/templates/editgroup_view.html | 4 ++-- python/fatcat_web/templates/entity_base.html | 2 ++ python/fatcat_web/templates/home.html | 28 +++++++++++------------ python/fatcat_web/templates/release_search.html | 4 ++-- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/python/fatcat_web/templates/container_search.html b/python/fatcat_web/templates/container_search.html index 6f1c3e81..b8bbfa18 100644 --- a/python/fatcat_web/templates/container_search.html +++ b/python/fatcat_web/templates/container_search.html @@ -17,7 +17,7 @@
-
+
{% if found %} {% if found.results %} @@ -50,7 +50,7 @@ Raw query was: {{ found.query.q }}
- + confused paper man

No results found!

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 %}

Editgroup -
editgroup {{ editgroup.editgroup_id }}

+editgroup {{ editgroup.editgroup_id }} {% endblock %}

What is an editgroup? @@ -103,7 +103,7 @@ reviewable bundle.

Extra Metadata (raw JSON)

{{ entity_macros.extra_metadata(editgroup.extra) }} {% endif %} -

+

{{ edit_list(auth_to, editgroup, editgroup.edits.releases, "release", "Release") }} diff --git a/python/fatcat_web/templates/entity_base.html b/python/fatcat_web/templates/entity_base.html index ba25e3f9..6f250e7e 100644 --- a/python/fatcat_web/templates/entity_base.html +++ b/python/fatcat_web/templates/entity_base.html @@ -5,6 +5,7 @@ {% endmacro %} {% block fullmain %} +
@@ -88,6 +89,7 @@
+
{% endblock %} {% block postscript %} diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 01349622..d904cb75 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -56,7 +56,7 @@
- + confused paper man

Fatcat is a versioned, user-editable catalog of research @@ -78,7 +78,7 @@

-

The fatcat servcie is developed and hosted at The fatcat service is developed and hosted at The Internet Archive, a US non-profit dedicated to providing Universal Access to All Knowledge. Donations are welcomed! @@ -87,7 +87,7 @@ web which could otherwise be lost.

- + IA logo
@@ -108,7 +108,7 @@
-
+

Explore Works In The Catalog So Far @@ -117,8 +117,7 @@
-
- +
Entity Type Actions @@ -137,12 +136,12 @@
Dummy
Realistic {% endif %} -
+
-
Other Identifiers
+
Other Identifiers
Container
journal or serial @@ -155,12 +154,12 @@
Dummy
Realistic {% endif %} -
+
-
Other Identifiers
+
Other Identifiers
Creator @@ -174,12 +173,12 @@
Dummy
Realistic {% endif %} -
+
-
Other Identifiers
+
Other Identifiers
File
specific digital blobs (immutable) @@ -191,12 +190,12 @@
Dummy
Realistic {% endif %} -
+
-
Other Hashes
+
Other Hashes
File Set
datasets, suplementary materials @@ -236,7 +235,6 @@ {% endif %}
-

diff --git a/python/fatcat_web/templates/release_search.html b/python/fatcat_web/templates/release_search.html index 9383d45c..b996c383 100644 --- a/python/fatcat_web/templates/release_search.html +++ b/python/fatcat_web/templates/release_search.html @@ -21,7 +21,7 @@
-
+
{% if found %} {% if found.results %} @@ -110,7 +110,7 @@ Raw query was: {{ found.query.q }}
- + confused paper man

No results found!

-- cgit v1.2.3