diff options
Diffstat (limited to 'lib/feed2imap/textconverters.rb')
-rw-r--r-- | lib/feed2imap/textconverters.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/feed2imap/textconverters.rb b/lib/feed2imap/textconverters.rb index 418083f..c6ae326 100644 --- a/lib/feed2imap/textconverters.rb +++ b/lib/feed2imap/textconverters.rb @@ -17,7 +17,8 @@ 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 'uri' # for URI::regexp +# for URI::regexp +require 'uri' require 'feed2imap/html2text-parser' # This class provides various converters |