aboutsummaryrefslogtreecommitdiffstats
path: root/umihara.js
diff options
context:
space:
mode:
Diffstat (limited to 'umihara.js')
-rw-r--r--umihara.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/umihara.js b/umihara.js
index 4875e82..075fa90 100644
--- a/umihara.js
+++ b/umihara.js
@@ -137,7 +137,7 @@ let PLUGIN_INFO = xml`
];
function echo (msg) {
- liberator.echo(<pre>{msg}</pre>);
+ liberator.echo(xml`<pre>${msg}</pre>`);
}
function kawase (value, clipboard, from, to) {