diff options
Diffstat (limited to 'auto_reload.js')
-rw-r--r-- | auto_reload.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto_reload.js b/auto_reload.js index 64dcf69..86198bf 100644 --- a/auto_reload.js +++ b/auto_reload.js @@ -33,7 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE. }}} */ // PLUGIN_INFO {{{ -let PLUGIN_INFO = +let PLUGIN_INFO = xml` <VimperatorPlugin> <name>Auto Reload</name> <name lang="ja">自動リロード</name> @@ -51,7 +51,7 @@ let PLUGIN_INFO = <detail lang="ja"><![CDATA[ 制作中 ]]></detail> -</VimperatorPlugin>; +</VimperatorPlugin>`; // }}} (function () { |