diff options
author | Thomas Lange <code@nerdmind.de> | 2024-02-03 18:28:46 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2024-02-03 18:48:16 +0100 |
commit | e70e827767892feeb37e25b456dc5c50203455c6 (patch) | |
tree | 63b3e811881668c8c0d151ef6becec04ecc45ab8 /404.php | |
parent | 8803801d5d0443c89e4e325e800ba0c2113885fe (diff) | |
download | blog-e70e827767892feeb37e25b456dc5c50203455c6.tar.gz blog-e70e827767892feeb37e25b456dc5c50203455c6.tar.xz blog-e70e827767892feeb37e25b456dc5c50203455c6.zip |
Hotfix: Replace `"` with `'` in link title string
Because there currently is no sane way to escape double quotes within a
string intended to be used as title for a Markdown formatted link, just
replace the double with single quotes until a better solution is found.
Note: Just replacing with `"` will not work here because Parsedown
escapes this further to `&quot;`.
Diffstat (limited to '404.php')
0 files changed, 0 insertions, 0 deletions