diff --git a/resources/static/dialog/views/authenticate.ejs b/resources/static/dialog/views/authenticate.ejs index 99e82cad3340c241bc73a0d9ef817854278c38b3..ad963538c07c8799f5e569e554b4873d3fa98703 100644 --- a/resources/static/dialog/views/authenticate.ejs +++ b/resources/static/dialog/views/authenticate.ejs @@ -4,7 +4,7 @@ <div class="form_section"> <p class="start"> - <%- format(gettext('%s uses Persona instead of usernames to sign you in.'), ["<strong>" + escape(siteName) +"</strong>"]) %> + <%- format(gettext('%s uses Persona instead of usernames to sign you in.'), ["<strong>" + siteName + "</strong>"]) %> </p> diff --git a/resources/static/dialog/views/confirm_email.ejs b/resources/static/dialog/views/confirm_email.ejs index 853019e6283add12b9204376ef426917c3fc90d0..f11114fe33b8bc3647f706b14ecc7175b7627de0 100644 --- a/resources/static/dialog/views/confirm_email.ejs +++ b/resources/static/dialog/views/confirm_email.ejs @@ -9,6 +9,6 @@ </p> <p> - <%- format(gettext('Click the link in the confirmation email. You\'ll then immediately be signed in to %s.'), ["<strong>" + escape(siteName) + "</strong>"]) %> + <%- format(gettext('Click the link in the confirmation email. You\'ll then immediately be signed in to %s.'), ["<strong>" + siteName + "</strong>"]) %> </p> diff --git a/resources/views/test.ejs b/resources/views/test.ejs index 1a11a48e5b135e1176cbc2a90278dc96682caddc..c4662d1d1a44911fd5fce20e552abfb0a3eee59e 100644 --- a/resources/views/test.ejs +++ b/resources/views/test.ejs @@ -68,7 +68,6 @@ <script src="/include.js"></script> <script src="/common/js/lib/jquery-1.7.1.min.js"></script> <script src="/common/js/lib/underscore.js"></script> - <script src="/common/js/lib/ejs.js"></script> <script src="/common/js/lib/gobbledygook.js"></script> <script src="/common/js/javascript-extensions.js"></script> <script src="/common/js/lib/bidbundle.js"></script> diff --git a/scripts/postinstall.js b/scripts/postinstall.js index 9af5bec429e8dd82748b8a95b986d203adc4a619..93e64ff06830bcb0b2cc4c842a62c9a764f03392 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -28,7 +28,6 @@ function copy(src, dest) { } copy('../node_modules/jwcrypto/bidbundle.js', '../resources/static/common/js/lib/bidbundle.js'); -relativeLink('../resources/views', '../resources/static/dialog/views/site'); // generate ephemeral keys