curl / curl-www

The curl.se website
https://curl.se/
MIT License
100 stars 89 forks source link

KNOWN_BUGS page render errors #312

Closed hjmallon closed 8 months ago

hjmallon commented 11 months ago

The bottom (details) section of the KNOWN_BUGS page here (https://curl.se/docs/knownbugs.html) is garbled, with the titles not showing on new lines compared to the links, e.g https://github.com/curl/curl/issues/876 6.7 Do not clear digest for single realm, where 6.7 is the next title. I tried running the docs pl from this repo but it worked fine for me locally.

Also the links arent working for me.

Looking at the HTML from the site

2.3 Unable to use PKCS12 certificate with Secure Transport

should be (this is what the local generator gave me)

<a name="Unable_to_use_PKCS12_certificate"></a><h3>2.3 Unable to use PKCS12 certificate with Secure Transport</h3>

vszakats commented 8 months ago

This appears OK now both in a browser, and in the HTML source: Screen Shot 2024-02-01

Closing this for now.

@hjmallon: If you still see this issue, please feel free to reopen.

hjmallon commented 8 months ago

Seems fixed to me too, thanks

vszakats commented 8 months ago

Thanks @hjmallon!