diff --git a/src/plugin/document.coffee b/src/plugin/document.coffee
index 9000f507c..ec8a776ec 100644
--- a/src/plugin/document.coffee
+++ b/src/plugin/document.coffee
@@ -143,7 +143,7 @@ class Annotator.Plugin.Document extends Annotator.Plugin
# hack to get a absolute url from a possibly relative one
_absoluteUrl: (url) ->
- img = $("
")
+ img = $("
")
url = img.prop('src')
img.prop('src', null)
return url