diff --git a/content/code/2023-09-27-2.md b/content/code/2023-09-27-2.md index 531ea41..bd9fefd 100644 --- a/content/code/2023-09-27-2.md +++ b/content/code/2023-09-27-2.md @@ -106,7 +106,7 @@ Now, to use this in weechat, here are some useful commands. First, get the finge ```bash cat /var/log/znc/znc.pem | openssl x509 -sha512 -fingerprint -noout | tr -d ':' | tr 'A-Z' 'a-z' | cut -d = -f 2 -```` +``` Then, in weechat : diff --git a/mnmlist/static/css/main.css b/mnmlist/static/css/main.css index c7d43af..e8b0de4 100644 --- a/mnmlist/static/css/main.css +++ b/mnmlist/static/css/main.css @@ -198,7 +198,7 @@ pre { font-size: 0.8em; overflow: auto; padding: 10px; - white-space: initial; + white-space: pre-wrap; } header {