aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.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/index.html
parente326e733a7b3e013011fce8ecf081a86a097cc15 (diff)
juick-spring-www: i18n, cleanup
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html')
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html
index e67dcd7f..24aa9472 100644
--- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html
+++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html
@@ -7,11 +7,11 @@
</head>
<body>
-<section layout:fragment="content">
+<th:block layout:fragment="content">
<div th:replace="views/partial/blog_postform"></div>
<div th:replace="views/partial/blog_messages"></div>
<div th:replace="views/partial/blog_paginator"></div>
-</section>
+</th:block>
<aside id="column">
<p layout:fragment="column" th:replace="views/partial/homecolumn">Main side column</p>