aboutsummaryrefslogtreecommitdiffstats
path: root/twopen.js
diff options
context:
space:
mode:
Diffstat (limited to 'twopen.js')
-rw-r--r--twopen.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/twopen.js b/twopen.js
index 04637f9..e80987a 100644
--- a/twopen.js
+++ b/twopen.js
@@ -33,7 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
// PLUGIN_INFO {{{
-let PLUGIN_INFO =
+let PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>twopen</name>
<description>open pages relative to the twitter id</description>
@@ -108,7 +108,7 @@ let PLUGIN_INFO =
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
// }}}
(function () {