diff options
author | anekos | 2013-04-06 18:18:33 +0900 |
---|---|---|
committer | anekos | 2013-04-06 18:18:33 +0900 |
commit | 862198772d1b50822d888bae4d13d3ee8aa69740 (patch) | |
tree | 889e25a74d4a88d7e77a5a23de0e40e41e448e8c /erection.js | |
parent | d26934599d3df506f21e1ead94483d4e351b703c (diff) | |
download | vimperator-plugins-862198772d1b50822d888bae4d13d3ee8aa69740.tar.bz2 |
ミョクス
Diffstat (limited to 'erection.js')
-rw-r--r-- | erection.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erection.js b/erection.js index 23dcd3e..b78182c 100644 --- a/erection.js +++ b/erection.js @@ -79,7 +79,7 @@ let INFO = xml` (function () { - const VERSION = INFO.@version[0]; + const VERSION = '1.1.1'; function erect (callback) { const VC = @@ -225,7 +225,7 @@ let INFO = xml` ['s[how]'], 'Show text and image', makeErectionCommand(function (e) { - liberator.echo(` + liberator.echo(xml` <div style="height: 800px"> <h1>{e.text}</h1> <img src={e.imageURL} /> |