diff options
| author | drry | 2008-11-10 06:30:21 +0000 | 
|---|---|---|
| committer | drry | 2008-11-10 06:30:21 +0000 | 
| commit | 0ebc1bdb870a47b846debc39bffe5660941e3c7c (patch) | |
| tree | 33cf0c34730bc2e1884ffddb9abf812531c4970d | |
| parent | 85769fdd20a1dfc57dddc32c7b6d67986eedc8ea (diff) | |
| download | vimperator-plugins-0ebc1bdb870a47b846debc39bffe5660941e3c7c.tar.bz2 | |
 * oops. [23114]
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@23115 d0d07461-0603-4401-acd4-de1884942a52
| -rw-r--r-- | feeder.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -1,7 +1,7 @@  /**
   * ==VimperatorPlugin==
   * @name           feeder.js
 - * @description    This plugin allows you to give feed to some feed readers.
 + * @description    This plugin allows you to give feed to some feed reader.
   * @description-ja 指定した feed reader にフィードを追加
   * @author         janus_wel <janus_wel@fb3.so-net.ne.jp>
   * @version        0.10
 @@ -45,7 +45,7 @@ commands.addUserCommand(          if (b && ! doc.xmlVersion){
              let z = doc.createElement('script');
              z.src = 'http://www.google.com/reader/ui/subscribe-bookmarklet.js';
 -			z.type = 'text/javascript';
 +            z.type = 'text/javascript';
              b.appendChild(z);
          }
          else {
 | 
