diff options
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} /> |