From 62ca7eceda6749e1999fc4d1fb26cf066e2f998d Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 13 May 2016 11:35:06 -0400 Subject: [PATCH] Added comment. --- 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 576ad084f7e..d3b73b816d6 100644 --- a/themes/bootstrap3/templates/layout/layout.phtml +++ b/themes/bootstrap3/templates/layout/layout.phtml @@ -124,7 +124,7 @@ JS; ?> <header class="hidden-print"> <div class="container navbar"> - <? if (isset($this->layout()->srmessage)): ?> + <? if (isset($this->layout()->srmessage)): // message for benefit of screen-reader users ?> <span class="sr-only"><?=$this->layout()->srmessage ?></span> <? endif; ?> <a class="sr-only" href="#content"><?=$this->transEsc('Skip to content') ?></a> -- GitLab