aboutsummaryrefslogtreecommitdiffstats
path: root/echopy.js
diff options
context:
space:
mode:
Diffstat (limited to 'echopy.js')
-rw-r--r--echopy.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/echopy.js b/echopy.js
index 3db9aba..8fcf614 100644
--- a/echopy.js
+++ b/echopy.js
@@ -33,7 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
}}} */
// PLUGIN_INFO {{{
-let PLUGIN_INFO =
+let PLUGIN_INFO = xml`
<VimperatorPlugin>
<name>{NAME}</name>
<name lang="ja">{NAME}</name>
@@ -62,7 +62,7 @@ let PLUGIN_INFO =
== Link ==
http://d.hatena.ne.jp/nokturnalmortum/20081111#1226414487
]]></detail>
-</VimperatorPlugin>;
+</VimperatorPlugin>`;
// }}}
(function () {