[NoMessageSelected.vue] Apostrophe in cloudName renders as HTML encoded string
Open
@saloni0419 is already working on this.
Since Jan 25, 2024.
2. developing
bug
good first issue
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 348
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 91
Description
Steps to reproduce
- set your NextCloud instance's name (Administration settings -> Theming -> Name) to "Foo's Cloud"
- Open mail app
- Be greeted by 'Welcome to Foo&# 39;s Cloud Mail' (excluding space between # and 39)
Expected behavior
Welcome message should be "Welcome to Foo's Cloud Mail"
Actual behavior
Being greeted by "Welcome to Foo&# 39;s Cloud Mail" (excluding space between # and 39)
Mail app version
3.4.4
Mailserver or service
self-hosted
Operating system
Linux
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database
PostgreSQL
Additional info
Using Nextcloud's all-in-one:latest
Contributor guide
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.