diff --git a/src/General/lib/$.coffee b/src/General/lib/$.coffee
index 4630982f0..dc8bdfcc4 100755
--- a/src/General/lib/$.coffee
+++ b/src/General/lib/$.coffee
@@ -49,7 +49,7 @@ $.ajax = do ->
message = $.el 'div',
<%= html(
meta.name + ' was blocked from loading the following URL:
' +
- '[More info]'
+ '[More info]'
) %>
$('span', message).textContent = (if /^\/\//.test url then location.protocol else '') + url
new Notice 'error', message, 30, -> delete blockedURLs[url]