Skip to content

Commit 58c30fe

Browse files
committed
Remove an unnecessary p tag
1 parent 8aa7569 commit 58c30fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/templates/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<tr>
88
<td>
99
<th:block th:if="${isFirstLoad}">
10-
<p class="bounceInRight animated"><img src="images/easybuggy.png" /></p>
10+
<img src="images/easybuggy.png" class="bounceInRight animated" />
1111
</th:block>
1212
<th:block th:unless="${isFirstLoad}">
13-
<img src="images/easybuggy.png" />
13+
<img src="images/easybuggy.png" />
1414
</th:block>
1515
</td>
1616
<td><span class="glyphicon glyphicon-warning-sign"></span>

0 commit comments

Comments
 (0)