diff options
Diffstat (limited to 'takahashiPresentation.js')
-rw-r--r-- | takahashiPresentation.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/takahashiPresentation.js b/takahashiPresentation.js index 03f5ff9..304ea38 100644 --- a/takahashiPresentation.js +++ b/takahashiPresentation.js @@ -1,5 +1,5 @@ // PLUGIN_INFO//{{{ -var PLUGIN_INFO = +var PLUGIN_INFO = xml` <VimperatorPlugin> <name>{NAME}</name> <description>simple takahashi-method presentation tool</description> @@ -18,7 +18,7 @@ presentation: open HTML file includes <pre id="page">...</pre> and <div id="text">...</div>. start :presentation. ]]></detail> -</VimperatorPlugin>; +</VimperatorPlugin>`; //}}} (function() { let keys = [ |