Skip to content

Commit d5c9dec

Browse files
committed
Update book.mustache
1 parent 4c818d1 commit d5c9dec

File tree

1 file changed

+1
-1
lines changed
  • Spring-Boot-Mustache-Demo/src/main/resources/templates

1 file changed

+1
-1
lines changed

Spring-Boot-Mustache-Demo/src/main/resources/templates/book.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<b> ISBN Number: </b>{{isbn}}
77
<b> Book Title: </b>{{bookTitle}}
88
<b> Author: </b>{{author}}
9-
<b> Price: </b>{{price1}}
9+
<b> Price: </b>{{price}}
1010
<br>
1111
<hr>
1212
{{/bookList}}

0 commit comments

Comments
 (0)