aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-12-20 10:55:00 +0300
committerGravatar Vitaly Takmazov2016-12-20 10:55:00 +0300
commitf6a77bc6b2b239acf8260329cb45e87fec5d9a89 (patch)
tree5b4aabf061e3804b73c54940c553ca820d3f1c84 /juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html
parente326e733a7b3e013011fce8ecf081a86a097cc15 (diff)
juick-spring-www: i18n, cleanup
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.html7
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