aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/layout
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-12-12 14:48:20 +0300
committerGravatar Vitaly Takmazov2016-12-12 14:48:20 +0300
commit2ab55ec4cc52f45b5296fd888359d48804045f44 (patch)
tree0e1a86952b1e12953de0b42563f356ded78ca785 /juick-spring-www/src/main/webapp/WEB-INF/templates/layout
parent5146e43ab81143a4fab59b43d4a71fd3de0f6ac9 (diff)
juick-spring-www: fix navigation template
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/layout')
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
index 06805dc6..e851aefa 100644
--- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
+++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
@@ -16,7 +16,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
<![endif]-->
</head>
-<body>
+<body id="body">
<div layout:replace="~{views/partial/navigation :: nav}">Navigation block</div>
<section id="content">
<p layout:fragment="content">Main content</p>