diff options
Diffstat (limited to 'twopen.js')
-rw-r--r-- | twopen.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ THE POSSIBILITY OF SUCH DAMAGE. }}} */ // PLUGIN_INFO {{{ -let PLUGIN_INFO = +let PLUGIN_INFO = xml` <VimperatorPlugin> <name>twopen</name> <description>open pages relative to the twitter id</description> @@ -108,7 +108,7 @@ let PLUGIN_INFO = ]]></detail> -</VimperatorPlugin>; +</VimperatorPlugin>`; // }}} (function () { |