w4 / bin

:wastebasket: a paste bin.
Other
441 stars 45 forks source link

fix newlines in browser display #40

Closed DasLulilaan closed 2 years ago

DasLulilaan commented 2 years ago

Chromium and Firefox don't display newlines correctly

before: image after: image tested on user agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.101 Safari/537.36

test with

curl -T - http://127.0.0.1:8820 << EOF
line1
line2
line3
EOF
w4 commented 2 years ago

Thanks for the contribution!