This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 79191a7995c169b956226e96f19006bdc758679a (commit)
from 5cd9913bfd274b9873c6687c716b73d19830eadd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=79191a7995c169b956226e96f19006bdc758679a
commit 79191a7995c169b956226e96f19006bdc758679a
Author: Marc-Etienne Vargenau <[email protected]>
Date: Thu May 11 14:40:45 2017 +0200
Add ARIA role search
diff --git a/src/common/include/Navigation.class.php
b/src/common/include/Navigation.class.php
index 0f163bb..f24b79b 100644
--- a/src/common/include/Navigation.class.php
+++ b/src/common/include/Navigation.class.php
@@ -138,6 +138,7 @@ class Navigation extends FFError {
$exact = 1;
}
+ $res .= html_ao('div', array('role' => 'search'));
$res .= $HTML->openForm(array('id' => 'searchBox', 'action' =>
'/search/', 'method' => 'get'));
$res .= html_ao('div', array());
$parameters = array(
@@ -174,6 +175,7 @@ class Navigation extends FFError {
}
$res .= html_ac(html_ap() - 1);
$res .= $HTML->closeForm();
+ $res .= html_ac(html_ap() - 1);
return $res;
}
-----------------------------------------------------------------------
Summary of changes:
src/common/include/Navigation.class.php | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits