buffer.append("contentEditable=\"false\" alt=\"");\r
buffer.append(encrypted);\r
// NFC FIXME: should this be a file URL like in handleLocalAttachment and importAttachment?\r
- buffer.append("\" src=\"").append(FileUtils.toForwardSlashedPath(Global.getFileManager().getImageDirPath("encrypt.png")));\r
+ buffer.append("\" src=\"").append(FileUtils.toForwardSlashedPath(Global.getFileManager().getImageDirPath("encrypt.png") +"\""));\r
Global.cryptCounter++;\r
buffer.append(" id=\"crypt"+Global.cryptCounter.toString() +"\"");\r
buffer.append(" onMouseOver=\"style.cursor=\\'hand\\'\"");\r