aboutsummaryrefslogtreecommitdiffstats
path: root/refcontrol.js
diff options
context:
space:
mode:
Diffstat (limited to 'refcontrol.js')
-rw-r--r--refcontrol.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/refcontrol.js b/refcontrol.js
index 54261b3..d5ef0fb 100644
--- a/refcontrol.js
+++ b/refcontrol.js
@@ -1,4 +1,4 @@
-var PLUGIN_INFO =
+var PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>refcontrol</name>
<description>control referrer</description>
@@ -40,7 +40,7 @@ param:
url:
指定したURLでリファラーを送信します。
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
liberator.plugins.RefControl = (function() {