diff --git a/common/script/aria.js b/common/script/aria.js index 0a2c4633d6..f305d9ed3a 100644 --- a/common/script/aria.js +++ b/common/script/aria.js @@ -254,7 +254,7 @@ require(["core/pubsubhub"], function( respecEvents ) { fromAuthor += "
  • " + content + "" + req + "
  • "; } if (!isAbstract && node.textContent.indexOf("content") !== -1) { - fromContent += "
  • " + content + "" + "
  • "; + fromContent += "
  • " + content + "" + req + "
  • "; } if (node.textContent.indexOf("prohibited") !== -1) { fromProhibited += "
  • " + content + "" + req + "
  • ";