Skip to content

Commit 5b8f0b2

Browse files
author
michael-n-cooper
committed
TRAVIS-CI update from aria-common
1 parent c3af5f8 commit 5b8f0b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/script/aria.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ require(["core/pubsubhub"], function( respecEvents ) {
159159
}
160160
sp.className = type + "-name";
161161
sp.title = title;
162-
sp.innerHTML = "<code>" + content + "</code> <span class=\"type-indicator\">(" + type + ")</span>";
162+
sp.innerHTML = "<code>" + content + "</code> <span class=\"type-indicator\">" + type + "</span>";
163163
sp.setAttribute("aria-describedby", "desc-" + title);
164164
var dRef = item.nextElementSibling;
165165
var desc = dRef.firstElementChild.innerHTML;
@@ -289,7 +289,7 @@ require(["core/pubsubhub"], function( respecEvents ) {
289289
type = "abstract role";
290290
isAbstract = true;
291291
}
292-
sp.innerHTML = "<code>" + content + "</code> <span class=\"type-indicator\">(" + type + ")</span>";
292+
sp.innerHTML = "<code>" + content + "</code> <span class=\"type-indicator\">" + type + "</span>";
293293
// sp.id = title;
294294
sp.setAttribute("aria-describedby", "desc-" + title);
295295
var dRef = item.nextElementSibling;

0 commit comments

Comments
 (0)