diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/feed2imap/httpfetcher.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feed2imap/httpfetcher.rb b/lib/feed2imap/httpfetcher.rb index 6041845..3ec69da 100644 --- a/lib/feed2imap/httpfetcher.rb +++ b/lib/feed2imap/httpfetcher.rb @@ -27,7 +27,7 @@ end require 'uri' if defined?(F2I_VERSION) - USERAGENT = 'Feed2Imap v#{F2I_VERSION} http://home.gna.org/feed2imap/' + USERAGENT = "Feed2Imap v#{F2I_VERSION} http://home.gna.org/feed2imap/" else USERAGENT = 'Feed2Imap http://home.gna.org/feed2imap/' end |