aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-08-24 17:45:51 +0300
committerGravatar Vitaly Takmazov2017-08-24 17:45:51 +0300
commitec3527d0e533e4b7ea1f3fcd68f774a2ef029c3a (patch)
tree4cd4720d767a0f4c2a94d0cb937d80001c05d36d /juick-www/src/main/webapp
parentfe02f8cc5642ee4921ad19724d24fef05a4fef0d (diff)
www: navigation template cleanup
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html b/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html
index 6079f21c..f98e5062 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/partial/navigation.html
@@ -13,7 +13,7 @@
placeholder="{{ i18n('messages','label.search') }}" value="{{ search | default('') }}"/>
</form>
</div>
- <section id="headdiv">
+ <div id="headdiv">
{% if visitor.getUID() > 0 %}
<nav id="user">
<ul>
@@ -33,5 +33,5 @@
{% else %}
<p>{{ i18n("messages","message.loginForSending", "/login") | raw }}.</p>
{% endif %}
- </section>
+ </div>
</header>