diff options
Diffstat (limited to 'retweet.js')
-rw-r--r-- | retweet.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ // PLUGIN_INFO//{{{ -var PLUGIN_INFO = +var PLUGIN_INFO = xml` <VimperatorPlugin> <name>retweet</name> <description>ReTweet This Page.</description> @@ -19,7 +19,7 @@ Usage: ReTweet This Post. ]]></detail> -</VimperatorPlugin>; +</VimperatorPlugin>`; //}}} // ( |