From 06acfaff979bc41782de30e83356e166da4b39cc Mon Sep 17 00:00:00 2001 From: samueloph <samueloph@gmail.com> Date: Thu, 3 Sep 2015 11:43:24 -0300 Subject: [PATCH] Add search role on homepage In the previous pull request I had to change location of the role, but since then the master branch removed the wrong located search role, thus making this commit an "adder" rather than a "changer". --- themes/bootstrap3/templates/search/home.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/search/home.phtml b/themes/bootstrap3/templates/search/home.phtml index d5051e75e80..fcd9113fda5 100644 --- a/themes/bootstrap3/templates/search/home.phtml +++ b/themes/bootstrap3/templates/search/home.phtml @@ -28,7 +28,7 @@ <p><a href="mailto:<?=$supportEmail?>"><?=$supportEmail?></a></p> </div> <? endif; ?> - <div class="well well-lg clearfix"> + <div class="well well-lg clearfix" role="search"> <?=$this->render("search/searchbox.phtml")?> </div> </div> -- GitLab