diff options
Diffstat (limited to 'autoproxychanger.js')
-rw-r--r-- | autoproxychanger.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoproxychanger.js b/autoproxychanger.js index 797b7bb..397176e 100644 --- a/autoproxychanger.js +++ b/autoproxychanger.js @@ -1,4 +1,4 @@ -var PLUGIN_INFO = +var PLUGIN_INFO = xml` <VimperatorPlugin> <name>autoproxychanger</name> <description>setting proxy</description> @@ -50,7 +50,7 @@ var PLUGIN_INFO = EOM ||< ]]></detail> -</VimperatorPlugin>; +</VimperatorPlugin>`; liberator.plugins.AutoProxyChanger = (function() { var gVar = liberator.globalVariables; |