Skip to content

Commit 58bc354

Browse files
committed
style(site/index.html): add a missing comma to prototype.
No functional changes. [ci skip]
1 parent 3b1c6f1 commit 58bc354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/views/site/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h4 class="panel-title" th:text="#{t_recently_added_series}">Recently added seri
135135
<div class="panel-body" th:remove="all-but-first">
136136
<p th:each="series : ${recentlyAddedSeries}">
137137
<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>
139139
<span th:remove="tag" th:if="${series.year != null}" th:text="|${series.year}, |">1999, </span>
140140
<span th:remove="tag" th:text="|${series.quantity}&nbsp;${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}|">7&nbsp;stamps</span>
141141
<span th:remove="tag" th:if="${not series.perforated}" th:text="|(#{t_wo_perforation_short})|">(without perforation)</span>

0 commit comments

Comments
 (0)