aboutsummaryrefslogtreecommitdiffstats
path: root/subscldr.js
diff options
context:
space:
mode:
Diffstat (limited to 'subscldr.js')
-rw-r--r--subscldr.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/subscldr.js b/subscldr.js
index cfdb2a0..c34523e 100644
--- a/subscldr.js
+++ b/subscldr.js
@@ -9,7 +9,7 @@
// }}}
//
// PLUGIN INFO: {{{
-var PLUGIN_INFO =
+var PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>{NAME}</name>
<description>Adds subscriptions to livedoor Reader/Fastladder in place.</description>
@@ -44,7 +44,7 @@ var PLUGIN_INFO =
||<
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
// }}}
liberator.plugins.subscldr = (function() {