diff --git a/templates/book.html b/templates/book.html
index f57fd0b..7fdb540 100644
--- a/templates/book.html
+++ b/templates/book.html
@@ -32,7 +32,7 @@ function delBook(){
-
+
{{if .Author}}- Author: {{range .Author}}{{.}}, {{end}}
{{end}}
{{if .Publisher}}- Publisher: {{.Publisher}}
{{end}}
@@ -41,7 +41,7 @@ function delBook(){
{{if .Lang}}- Lang: {{range .Lang}}{{.}} {{end}}
{{end}}
-
+
{{if $user}}
@@ -52,7 +52,10 @@ function delBook(){
{{end}}