nheko icon indicating copy to clipboard operation
nheko copied to clipboard

HTML entities not always rendered

Open geekosaur opened this issue 1 year ago • 0 comments

Describe the bug

I sent the following sequence (we're fixing a problem with a software release):

`for v in 3.12.1.0 latest; do curl -X PURGE "http://downloads.haskell.org/~cabal/cabal-install-$v"; for f in '' *; do curl -X PURGE "http://downloads.haskell.org/~cabal/cabal-install-$v/$f"; done; done`

It rendered as:

for v in 3.12.1.0 latest; do curl -X PURGE "http://downloads.haskell.org/~cabal/cabal-install-$v"; for f in '' *; do curl -X PURGE "http://downloads.haskell.org/~cabal/cabal-install-$v/$f"; done; done

Note the "s.

I'm not sure if this is caused by the immediately following semicolons or something else.

To Reproduce

As above.

What happened?

As above, it was displayed with "s instead of "s.

Expected behavior

It should have rendered the " entities.

Screenshots

Screenshot_2024-06-25_20-31-28

Version

0.11.3-80ab0394

Operating system

Linux

Installation method

Flatpak nightly repo or download

Qt version

No response

C++ compiler

No response

Desktop Environment

MATE with xmonad as window manager

Did you use profiles?

  • [ ] Profiles used?

Relevant log output

No response

Backtrace

No response

geekosaur avatar Jun 26 '24 00:06 geekosaur