Footnotes cutting off text with apostrophes and not replacing & with &

Created on 3 April 2025, 9 days ago

Problem/Motivation

The footnotes module cuts off any footnote with an apostrophe in it and also doesn't replace & with an &.

Steps to reproduce

Create a footnote with an apostrophe in the text and an &.

Proposed resolution

Adding in a str_replace to replace ' with ' and then uses str_replace to replace ' and & with a ' and & respectively.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

3.1

Component

Footnotes

Created by

🇬🇧United Kingdom ben.bastow

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @ben.bastow
  • @benbastow opened merge request.
Production build 0.71.5 2024