aboutsummaryrefslogtreecommitdiffstats
path: root/uuid.js
diff options
context:
space:
mode:
Diffstat (limited to 'uuid.js')
-rw-r--r--uuid.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/uuid.js b/uuid.js
index 863c5a3..24b84d1 100644
--- a/uuid.js
+++ b/uuid.js
@@ -1,5 +1,5 @@
// PLUGIN_INFO//{{{
-var PLUGIN_INFO =
+var PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>{NAME}</name>
<description>UUID generator</description>
@@ -17,7 +17,7 @@ uuid:
== THANKS ==
http://moz-addon.g.hatena.ne.jp/ZIGOROu/20080417/1208413079
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
//}}}
(function() {