image align=center.

This commit is contained in:
Christopher Jeffrey 2015-02-09 00:02:07 -08:00
parent dd0f1cbb70
commit c8a9222749
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '<img src="file://' + file + '">';
var input = '<img align="center" src="file://' + file + '">';
var opt = {
stdio: ['pipe', 1, 2],
env: process.env,