diff --git a/lib/widget.js b/lib/widget.js
index ac692d0..9a9447d 100644
--- a/lib/widget.js
+++ b/lib/widget.js
@@ -6915,7 +6915,7 @@ Screen.prototype.displayImage = function(file, callback) {
var file = path.resolve(process.cwd(), file);
var args = ['w3m', '-T', 'text/html'];
- var input = '';
+ var input = '';
var opt = {
stdio: ['pipe', 1, 2],
env: process.env,