aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrry2008-11-10 06:30:21 +0000
committerdrry2008-11-10 06:30:21 +0000
commit0ebc1bdb870a47b846debc39bffe5660941e3c7c (patch)
tree33cf0c34730bc2e1884ffddb9abf812531c4970d
parent85769fdd20a1dfc57dddc32c7b6d67986eedc8ea (diff)
downloadvimperator-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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/feeder.js b/feeder.js
index 9a95805..dde8a6f 100644
--- a/feeder.js
+++ b/feeder.js
@@ -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 {