Templating: prompt text including commas does not work properly
Open
@mikeerickson is already working on this.
Since Jan 16, 2023.
- Dominant language
- JavaScript
- Stars
- 204
- Forks
- 82
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 3
Description
<%- prompt('Growth_Duration','What is the growth duration? (d,w,M)') %>
I expect this to ask me "What is the growth duration? (d,w,M)"
...what I get is:

seems there must be some string.splitting on commas going on that is not honoring the quote.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.