From 707163fca801a2ce60c2d18d8e9b8e5326df40a0 Mon Sep 17 00:00:00 2001 From: michael-n-cooper Date: Tue, 12 Feb 2019 18:07:22 +0000 Subject: [PATCH] TRAVIS-CI update from aria-common --- common/script/utility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/script/utility.js b/common/script/utility.js index 5384e24cf5..1caa818ab4 100644 --- a/common/script/utility.js +++ b/common/script/utility.js @@ -7,7 +7,7 @@ require(["core/pubsubhub"], function(respecEvents) { respecEvents.sub('end', function(message) { if (message === 'core/link-to-dfn') { document.querySelectorAll("div.head dt").forEach(function(node){ - if (node.textContent == "Authors:") node.textContent = "Platform Mapping Maintainers:"; + if (node.textContent.trim() == "Authors:") node.textContent = "Platform Mapping Maintainers:"; }); } })