- 🇫🇷France prudloff Lille
Drupal 7 is EOL.
(I wanted to try if this could be reproduce on the 8.x-2.0 branch but it does not have a Drupal 10 compatible release.)
When using HTML entities in the submit button label of a signup form, they are not decoded correctly.
For example, "S'inscrire" will be rendered as:
<input type="submit" id="edit-submit" name="op" value="S&#039;inscrire" class="form-submit">
I think that is because check_plain()
is called in sendinblue_signup_subscribe_form()
then the string is escaped again by Drupal when rendering it.
Closed: won't fix
1.7
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is EOL.
(I wanted to try if this could be reproduce on the 8.x-2.0 branch but it does not have a Drupal 10 compatible release.)