Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

& in titles are stripped out in full banner #100

Open
jstsch opened this issue Sep 20, 2019 · 0 comments
Open

& in titles are stripped out in full banner #100

jstsch opened this issue Sep 20, 2019 · 0 comments

Comments

@jstsch
Copy link

jstsch commented Sep 20, 2019

When the website name contains a & (ampersand), it gets stripped out of the main banner. Whether it's included as an entity or the & character itself.

Example:

var DIGITAL_CLIMATE_STRIKE_OPTIONS = {
      websiteName: 'First & Last'
  };

Observe that the text becomes: 'The First website is joining the Global...'

I've worked around it by including the &(unicode U+FF06 character) for now :) (but it looks not so great of course)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant