From 8db9fab5913b464959bd5c4e9213865113c07da7 Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 20 Sep 2013 23:22:18 +0900 Subject: Fix syntax error? --- maine_coon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maine_coon.js b/maine_coon.js index fab21ca..b28546b 100644 --- a/maine_coon.js +++ b/maine_coon.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2008-2011, anekos. +Copyright (c) 2008-2013, anekos. All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -272,7 +272,7 @@ let PLUGIN_INFO = xml` }) + elemStyle ); - let elem = U.xmlToDom(
{message}
, doc); + let elem = U.xmlToDom(`
${message}
`, doc); doc.body.appendChild(elem); let count = time; let handle = setInterval(function () { -- cgit v1.2.3