- Issue created by @ben.bastow
- @benbastow opened merge request.
The footnotes module cuts off any footnote with an apostrophe in it and also doesn't replace &
with an &.
Create a footnote with an apostrophe in the text and an &.
Adding in a str_replace
to replace ' with '
and then uses str_replace
to replace '
and &
with a ' and & respectively.
Active
3.1
Footnotes