diff options
author | Vitaly Takmazov | 2016-12-20 10:55:00 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-20 10:55:00 +0300 |
commit | f6a77bc6b2b239acf8260329cb45e87fec5d9a89 (patch) | |
tree | 5b4aabf061e3804b73c54940c553ca820d3f1c84 /juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html | |
parent | e326e733a7b3e013011fce8ecf081a86a097cc15 (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.html | 4 |
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> |