aboutsummaryrefslogtreecommitdiffstats
path: root/happy_hacking_vimperator.js
diff options
context:
space:
mode:
authoranekos2013-09-08 00:38:50 +0900
committeranekos2013-09-08 00:38:50 +0900
commit66c52028c366171452379b0ffd8ce2603d9da835 (patch)
treec97c2de85fd0ed6807d5aa4a8e848ae0b7517a4a /happy_hacking_vimperator.js
parenta0da898d6090e5eaa6dd401873e98e0b2573428e (diff)
downloadvimperator-plugins-66c52028c366171452379b0ffd8ce2603d9da835.tar.bz2
Sorry, You were unhappy
Diffstat (limited to 'happy_hacking_vimperator.js')
-rw-r--r--happy_hacking_vimperator.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/happy_hacking_vimperator.js b/happy_hacking_vimperator.js
index d721295..3a6607d 100644
--- a/happy_hacking_vimperator.js
+++ b/happy_hacking_vimperator.js
@@ -3276,16 +3276,16 @@ let PLUGIN_INFO = xml`
let sz = innerWidth / msg.length / 1.5;
if (plugins.namakubi && typeof plugins.namakubi.talk == 'function')
plugins.namakubi.talk(msg);
- liberator.echo(
+ liberator.echo(xml`
<div style="background: white; color: black;">
<table>
<tr>
- <td><img src={gunsou}/></td>
- <td style={"font-size: " + sz + "px; white-space: nowrap;"}>{msg}</td>
+ <td><img src=${gunsou}/></td>
+ <td style=${"font-size: " + sz + "px; white-space: nowrap;"}>${msg}</td>
</tr>
</table>
</div>
- );
+ `);
}
function kill (msg) {