Skip to content

Commit 70b2d4c

Browse files
committed
Remove a space from the headers.
No functional changes. [ci skip]
1 parent c1286f9 commit 70b2d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/webapp/WEB-INF/views/category/add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</div>
6262
<div class="row">
6363
<div id="content" class="col-sm-6 col-sm-offset-3" th:with="create_category=#{t_create_category}">
64-
<h3 th:text="${#strings.capitalize(create_category)} ">
64+
<h3 th:text="${#strings.capitalize(create_category)}">
6565
Add category
6666
</h3>
6767

src/main/webapp/WEB-INF/views/participant/add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</div>
6262
<div class="row">
6363
<div id="content" class="col-sm-6 col-sm-offset-3" th:with="header=#{t_add_buyer_seller}">
64-
<h3 th:text="${#strings.capitalize(header)} ">
64+
<h3 th:text="${#strings.capitalize(header)}">
6565
Add buyer/seller
6666
</h3>
6767

0 commit comments

Comments
 (0)