aboutsummaryrefslogtreecommitdiffstats
path: root/auto_detect_link.js
diff options
context:
space:
mode:
Diffstat (limited to 'auto_detect_link.js')
-rw-r--r--auto_detect_link.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto_detect_link.js b/auto_detect_link.js
index 4f11cc8..5be989e 100644
--- a/auto_detect_link.js
+++ b/auto_detect_link.js
@@ -1,4 +1,4 @@
-var PLUGIN_INFO =
+var PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>Auto Detect Link</name>
<description>Find (next|previous) link, and jump.</description>
@@ -78,7 +78,7 @@ var PLUGIN_INFO =
liberator.plugins.autoDetectLink.detect(false, {useBackHistory: false});
||<
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
(function () {