aboutsummaryrefslogtreecommitdiffstats
path: root/bitly.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitly.js')
-rw-r--r--bitly.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitly.js b/bitly.js
index 970376f..5d4af2d 100644
--- a/bitly.js
+++ b/bitly.js
@@ -33,7 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
// PLUGIN_INFO {{{
-let PLUGIN_INFO =
+let PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>bit.ly</name>
<description>Get short alias by bit.ly and j.mp</description>
@@ -53,7 +53,7 @@ let PLUGIN_INFO =
== Require ==
bit.ly API Key
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
// }}}