Skip to content

Commit 4222a84

Browse files
committed
/site/index: fix "no space between attributes" error from html5validator.
Correction for 565e2fb commit. No functional changes.
1 parent 565e2fb commit 4222a84

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)