diff options
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html')
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html index d1a91217..3c7e4238 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html @@ -1,6 +1,4 @@ -<!DOCTYPE html> -<html xmlns:th="http://www.thymeleaf.org"> -<th:block th:each="msg:${msgs}"> +<th:block th:each="msg:${msgs}" xmlns:th="http://www.thymeleaf.org"> <article th:data-mid="${msg.getMid()}"> <header class="u"> @<a th:href="|/${msg.getUser().getName()}/|" th:text="${msg.getUser().getName()}">ugnich</a>: @@ -53,5 +51,4 @@ </a> </nav> </article> -</th:block> -</html>
\ No newline at end of file +</th:block>
\ No newline at end of file |