From d57a76e6730084ab35f1ea85911981e713fb2759 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Tue, 10 May 2016 10:34:22 -0400 Subject: [PATCH] Add jump point for sr-only jump link. --- themes/bootstrap3/templates/layout/layout.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/layout/layout.phtml b/themes/bootstrap3/templates/layout/layout.phtml index 94ca7c20b52..f1ac62d08fc 100644 --- a/themes/bootstrap3/templates/layout/layout.phtml +++ b/themes/bootstrap3/templates/layout/layout.phtml @@ -157,7 +157,7 @@ JS; </div> </header> <div role="main" class="main template-dir-<?=$this->templateDir?> template-name-<?=$this->templateName?>"> - <div class="container"> + <div id="content" class="container"> <?=$this->layout()->content ?> </div> </div> -- GitLab