diff --git a/templates/default/bookdetail.html b/templates/default/bookdetail.html index f082eb6..fd54642 100644 --- a/templates/default/bookdetail.html +++ b/templates/default/bookdetail.html @@ -18,15 +18,15 @@

{{=htmlEscape (it.title)}}

{{=it.const.i18n.authorsTitle}}:

- {{~it.book.authors:author:j}} - {{? j > 0}}, {{?}}{{=htmlEscape (author.name)}} + {{~it.book.authors:author:i}} + {{? i > 0}}, {{?}}{{=htmlEscape (author.name)}} {{~}}

{{? it.book.tagsName != ""}}

{{=it.const.i18n.tagsTitle}}:

- {{~it.book.tags:tag:k}} - {{? k > 0}}, {{?}}{{=htmlEscape (tag.name)}} + {{~it.book.tags:tag:i}} + {{? i > 0}}, {{?}}{{=htmlEscape (tag.name)}} {{~}}

{{?}}