Skip to content

Commit 3672a31

Browse files
committed
style(site/index.html): remove trailing spaces.
Should be in 9778afa commit. [skip ci]
1 parent 9778afa commit 3672a31

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h4 class="panel-title" th:text="#{t_search_by_catalog}">Search by catalog</h4>
186186
<div class="form-group" sec:authorize="isAuthenticated()" togglz:active="SEARCH_IN_COLLECTION">
187187
<input id="in-collection" name="inCollection" type="checkbox" />
188188
<label for="in-collection" th:text="#{t_in_my_collection}">In my collection</label>
189-
</div>
189+
</div>
190190
<div class="form-group">
191191
<input type="submit" value="Search" th:value="#{t_search}" class="btn btn-primary" />
192192
</div>

0 commit comments

Comments
 (0)