Skip to content

Commit

Permalink
Fix text.
Browse files Browse the repository at this point in the history
  • Loading branch information
dompuiu committed Jul 9, 2020
1 parent ed77fda commit 15ed4ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/actions/__tests__/customCode.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ describe('custom code action delegate', function() {
});
});

describe('when postscribe it is used', function() {
describe('when postscribe is used', function() {
var postscribeTag;

beforeEach(function() {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/actions/customCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var postscribeWrite = (function() {
}

// There is an issue in Postscribe where script and style attributes
// are not escaped. That causes problems when loading scripts from external
// are not unescaped. That causes problems when loading scripts from external
// sources. See https://jira.corp.adobe.com/browse/DTM-15058.
if (tagName === 'script' || tagName === 'style') {
Object.keys(token.attrs || {}).forEach(function(key) {
Expand Down

0 comments on commit 15ed4ba

Please sign in to comment.