diff --git a/app/scripts/phishing-detect.js b/app/scripts/phishing-detect.js
index a66cdb5ac..4168b6618 100644
--- a/app/scripts/phishing-detect.js
+++ b/app/scripts/phishing-detect.js
@@ -1,5 +1,5 @@
window.onload = function() {
if (window.location.pathname === '/phishing.html') {
- document.getElementById("esdbLink").innerHTML = 'To read more about this scam, navigate to: https://etherscamdb.info/domain/' + window.location.hash.substring(1) + ''
+ document.getElementById('esdbLink').innerHTML = 'To read more about this scam, navigate to: https://etherscamdb.info/domain/' + window.location.hash.substring(1) + ''
}
}