diff --git a/themes/foundation5/templates/layout/layout.phtml b/themes/foundation5/templates/layout/layout.phtml
index 179c2e3ccc684607794fefef886dedd71d8f21c2..f07c01ffcd2e74775b4590bf691ad6665fe8597b 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>