aboutsummaryrefslogtreecommitdiffstats
path: root/nextlink.js
diff options
context:
space:
mode:
Diffstat (limited to 'nextlink.js')
-rw-r--r--nextlink.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/nextlink.js b/nextlink.js
index e96ea1c..df6e073 100644
--- a/nextlink.js
+++ b/nextlink.js
@@ -5,7 +5,7 @@
http://www.gnu.org/copyleft/gpl.html
}}} END LICENSE BLOCK ***/
// PLUGIN_INFO//{{{
-var PLUGIN_INFO =
+var PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>nextlink</name>
<description>mapping "[[", "]]" by AutoPagerize XPath.</description>
@@ -62,7 +62,7 @@ n:
== TODO ==
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
//}}}
liberator.plugins.nextlink = (function() {