diff --git a/src/trix/core/helpers/custom_elements.js b/src/trix/core/helpers/custom_elements.js index 6cf107853..1e0fc5734 100644 --- a/src/trix/core/helpers/custom_elements.js +++ b/src/trix/core/helpers/custom_elements.js @@ -17,7 +17,7 @@ const insertStyleElementForTagName = function(tagName) { return element } -const getCSPNonce = function () { +const getCSPNonce = function() { const element = getMetaElement("trix-csp-nonce") || getMetaElement("csp-nonce") if (element) { const { nonce, content } = element