From dee86e3dd620286f33545212ea263cdaa880a29e Mon Sep 17 00:00:00 2001
From: Claas Kazzer <kazzer@uni-leipzig.de>
Date: Mon, 13 Jun 2016 12:58:56 +0200
Subject: [PATCH] removed duplicate id, refs #7812

---
 themes/foundation5/templates/layout/layout.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/foundation5/templates/layout/layout.phtml b/themes/foundation5/templates/layout/layout.phtml
index 179c2e3ccc6..f07c01ffcd2 100644
--- a/themes/foundation5/templates/layout/layout.phtml
+++ b/themes/foundation5/templates/layout/layout.phtml
@@ -161,7 +161,7 @@ JS;
 
     <div class="row">
       <div id="content" role="main" class="main panel template-dir-<?=$this->templateDir?> template-name-<?=$this->templateName?>">
-        <div id="content" class="container">
+        <div class="container">
           <?=$this->layout()->content ?>
         </div>
       </div>
-- 
GitLab