diff options
Diffstat (limited to 'appinfo.js')
-rw-r--r-- | appinfo.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ // PLUGIN_INFO//{{{ -var PLUGIN_INFO = +var PLUGIN_INFO = xml` <VimperatorPlugin> <name>{NAME}</name> <description>show application information</description> @@ -15,7 +15,7 @@ appinfo [information]: echo and copy mozilla information ]]></detail> -</VimperatorPlugin>; +</VimperatorPlugin>`; //}}} (function() { |