diff --git a/bookwyrm/templates/lists/list_items.html b/bookwyrm/templates/lists/list_items.html
index 942579ca..87b195ed 100644
--- a/bookwyrm/templates/lists/list_items.html
+++ b/bookwyrm/templates/lists/list_items.html
@@ -10,7 +10,7 @@
diff --git a/bookwyrm/templates/snippets/shelf.html b/bookwyrm/templates/snippets/shelf.html
index d5cdd003..006bb4ea 100644
--- a/bookwyrm/templates/snippets/shelf.html
+++ b/bookwyrm/templates/snippets/shelf.html
@@ -37,10 +37,10 @@
{% for book in books %}
- {% include 'snippets/book_cover.html' with book=book size="small" %}
+ {% include 'snippets/book_cover.html' with book=book size="small" %}
|
- {{ book.title }}
+ {{ book.title }}
|
{{ book.authors.first.name }}
|