aboutsummaryrefslogtreecommitdiffstats
path: root/erection.js
diff options
context:
space:
mode:
authoranekos2013-04-06 18:18:33 +0900
committeranekos2013-04-06 18:18:33 +0900
commit862198772d1b50822d888bae4d13d3ee8aa69740 (patch)
tree889e25a74d4a88d7e77a5a23de0e40e41e448e8c /erection.js
parentd26934599d3df506f21e1ead94483d4e351b703c (diff)
downloadvimperator-plugins-862198772d1b50822d888bae4d13d3ee8aa69740.tar.bz2
ミョクス
Diffstat (limited to 'erection.js')
-rw-r--r--erection.js4
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} />