diff --git a/bookstore/src/main/resources/templates/booklist.html b/bookstore/src/main/resources/templates/booklist.html
index cc196f7..17856b9 100644
--- a/bookstore/src/main/resources/templates/booklist.html
+++ b/bookstore/src/main/resources/templates/booklist.html
@@ -65,7 +65,9 @@ Idea of the following syntax used in this and other HTML document:
book.year |
book.category |
book.price |
- page.text.list.actions |
+
+ page.text.list.actions
+ |
|
book.json |
@@ -91,7 +93,9 @@ Idea of the following syntax used in this and other HTML document:
| Author is string value 'book.null.author'
*/-->
- (obj) book.author.firstName (obj) book.author.lastName |
+
+ (obj) book.author.firstName (obj) book.author.lastName
+ |
(obj) book.title |
(obj) book.isbn |