4 May
2024
4 May
'24
6:01 p.m.
We should make the CSS parser more robust to these problems.
In the meanwhile, you can add this workaround in ~/.dillo/style.css to make <pre> wrapped by default in all pages:
pre { white-space: pre-wrap; }
That does the trick, thanks very much! This has been a frustration for quite a while, and I'm pretty sure I have run into other sites in the past with similar issues. Hopefully never again :) Thanks again, Alex