summaryrefslogtreecommitdiff
path: root/lib/feed2imap/html2text-parser.rb
diff options
context:
space:
mode:
authorlnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972>2005-09-07 11:46:09 +0000
committerlnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972>2005-09-07 11:46:09 +0000
commitb0ae9ddf4d34bdb76a974c55602bcb51fb3c5cc2 (patch)
treed5273b4a3d3bca41600ffb0d4043229ce61119ee /lib/feed2imap/html2text-parser.rb
parente427e2bfb53b004f2706644ed74a816a6e264c53 (diff)
downloadfeed2imap-b0ae9ddf4d34bdb76a974c55602bcb51fb3c5cc2.tar.gz
feed2imap-b0ae9ddf4d34bdb76a974c55602bcb51fb3c5cc2.tar.bz2
feed2imap-b0ae9ddf4d34bdb76a974c55602bcb51fb3c5cc2.zip
feed2imap without openssl works
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@58 f70e237a-67f3-0310-a06c-d2b8a7116972
Diffstat (limited to 'lib/feed2imap/html2text-parser.rb')
-rw-r--r--lib/feed2imap/html2text-parser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/feed2imap/html2text-parser.rb b/lib/feed2imap/html2text-parser.rb
index 51bebfe..35793fc 100644
--- a/lib/feed2imap/html2text-parser.rb
+++ b/lib/feed2imap/html2text-parser.rb
@@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
=end
-require 'feed2imap/sgml-parser.rb'
+require 'feed2imap/sgml-parser'
# this class provides a simple SGML parser that removes HTML tags
class HTML2TextParser < SGMLParser