From abda003afd4dd3688d7c0e3cf2a3948729f76991 Mon Sep 17 00:00:00 2001
From: Mark Carver <mark.carver@me.com>
Date: Mon, 10 Apr 2017 16:40:19 -0500
Subject: [PATCH] Issue #2845585 by njagojevic, mzealey, markcarver: Setting
 fluid container creates duplicate container inside navbar

---
 templates/system/page.html.twig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/system/page.html.twig b/templates/system/page.html.twig
index f3e9ed2..1857806 100644
--- a/templates/system/page.html.twig
+++ b/templates/system/page.html.twig
@@ -68,7 +68,7 @@
       ]
     %}
     <header{{ navbar_attributes.addClass(navbar_classes) }} id="navbar" role="banner">
-      {% if not navbar_attributes.hasClass('container') %}
+      {% if not navbar_attributes.hasClass(container) %}
         <div class="{{ container }}">
       {% endif %}
       <div class="navbar-header">
@@ -90,7 +90,7 @@
           {{ page.navigation_collapsible }}
         </div>
       {% endif %}
-      {% if not navbar_attributes.hasClass('container') %}
+      {% if not navbar_attributes.hasClass(container) %}
         </div>
       {% endif %}
     </header>
-- 
2.12.0

