Author: huangkevin-apr (huangkevin-apr) Committer: Derick Rethans (derickr) Date: 2026-02-04T11:30:40+01:00
Commit: https://github.com/php/web-php/commit/f1b3e771f4143b8f217af0b54b2c67ec0483f740 Raw diff: https://github.com/php/web-php/commit/f1b3e771f4143b8f217af0b54b2c67ec0483f740.diff Fix xxx bug when ... Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index 098f92924d..48722edafa 100644 --- a/include/header.inc +++ b/include/header.inc @@ -149,6 +149,7 @@ if (!isset($config["languages"])) { tabindex="-1" class="navbar__offcanvas" aria-label="Menu" + role="navigation" > <button id="navbar__close-button"
