Skip to content

Commit

Permalink
TRAVIS-CI update from aria-common
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-n-cooper committed Dec 9, 2020
1 parent 00d5027 commit ce18566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/script/aria.js
Expand Up @@ -254,7 +254,7 @@ require(["core/pubsubhub"], function( respecEvents ) {
fromAuthor += "<li><a href=\"#" + pnID + "\" class=\"role-reference\"><code>" + content + "</code></a>" + req + "</li>";
}
if (!isAbstract && node.textContent.indexOf("content") !== -1) {
fromContent += "<li><a href=\"#" + pnID + "\" class=\"role-reference\"><code>" + content + "</code></a>" + "</li>";
fromContent += "<li><a href=\"#" + pnID + "\" class=\"role-reference\"><code>" + content + "</code></a>" + req + "</li>";
}
if (node.textContent.indexOf("prohibited") !== -1) {
fromProhibited += "<li><a href=\"#" + pnID + "\" class=\"role-reference\"><code>" + content + "</code></a>" + req + "</li>";
Expand Down

0 comments on commit ce18566

Please sign in to comment.