File tree 1 file changed +1
-1
lines changed
src/main/webapp/WEB-INF/views/site
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ <h4 class="panel-title" th:text="#{t_recently_added_series}">Recently added seri
135
135
< div class ="panel-body " th:remove ="all-but-first ">
136
136
< p th:each ="series : ${recentlyAddedSeries} ">
137
137
< a href ="../series/info.html " th:href ="@{${INFO_SERIES_PAGE}(id=${series.id})} ">
138
- < span th:remove ="tag " th:if ="${series.country != null} " th:text ="|${series.country}, | "> Italy</ span >
138
+ < span th:remove ="tag " th:if ="${series.country != null} " th:text ="|${series.country}, | "> Italy, </ span >
139
139
< span th:remove ="tag " th:if ="${series.year != null} " th:text ="|${series.year}, | "> 1999, </ span >
140
140
< span th:remove ="tag " th:text ="|${series.quantity} ${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}| "> 7 stamps</ span >
141
141
< span th:remove ="tag " th:if ="${not series.perforated} " th:text ="|(#{t_wo_perforation_short})| "> (without perforation)</ span >
You can’t perform that action at this time.
0 commit comments