in reply to Display bundled html files on MetaCPAN

Is there a trick to get this at least manually fixed?

I guess you already considered to download sepia.html and remove/decode the html entities using HTML::Entities or Mojo::Util?

Replies are listed 'Best First'.
Re^2: Display bundled html files on MetaCPAN
by tobyink (Canon) on Mar 10, 2023 at 08:46 UTC

    There's no need to do that as the raw HTML can be seen here:

    https://fastapi.metacpan.org/source/SEANO/Sepia-0.992/Sepia.html

    However, I assume LanX wants to see the rendered HTML, not the code, and without a save-to-disk-and-reopen step.

      There's no need to do that as the raw HTML can be seen here:

      In this case the browser fails to render the page because the server sends a Content-Type: text/plain in the http header instead of Content-Type: text/html as it would be expected.

      Maybe this save-to-disk-and-reopen step is not the most elegant way to solve this, but it is the most simple trick that at least I can imagine. And it helps here too.

      FWIW saving this file to a temp dir with Ctrl S and clicking the download helped.

      Not what I was looking for but thanks :)

      Cheers Rolf
      (addicted to the 𐍀𐌴𐍂𐌻 Programming Language :)
      Wikisyntax for the Monastery