about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-09-15 20:58:41 +0000
committerEric Wong <e@80x24.org>2014-09-15 20:58:41 +0000
commit1a4da197b5390141ae338d80199112b256b140ba (patch)
tree61fc84a8bc5d8f1ccfb3c8cdff08e5579e6c20a2 /lib
parenta4cea21b8bde2897786a8fab4b33b669b935011c (diff)
downloadpublic-inbox-1a4da197b5390141ae338d80199112b256b140ba.tar.gz
Unix line endings are LF-only, so do not introduce or preserve
CRLF line endings when reading from lynx.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/Filter.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/Filter.pm b/lib/PublicInbox/Filter.pm
index e784cded..929a8ffc 100644
--- a/lib/PublicInbox/Filter.pm
+++ b/lib/PublicInbox/Filter.pm
@@ -97,6 +97,7 @@ sub dump_html {
                 push @cmd, "-assume_charset=$charset";
         }
         if (IPC::Run::run(\@cmd, $body, \$out, \$err)) {
+                $out =~ s/\r\n/\n/sg;
                 $$body = $out;
         } else {
                 # give them an ugly version: