Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

&emsp in template leads to error #1646

Open
nseinlet opened this issue Oct 24, 2024 · 1 comment
Open

&emsp in template leads to error #1646

nseinlet opened this issue Oct 24, 2024 · 1 comment

Comments

@nseinlet
Copy link

adding the   in a template leads to

owl.js:1 Uncaught (in promise) i: Invalid XML in template.
The parser has produced the following error message:
This page contains the following errors:error on line 10 at column 21: Entity 'emsp' not defined
Below is a rendering of the page up to the first error.
The error might be located at xml line 10 column 20
      <span>🇬🇧&emsp;</span>
-------------------^
    ```
    
@sdegueldre
Copy link
Contributor

This entity isn't defined in XML, you can use &#x2003; instead. Not sure if we should support all HTML entities.

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

No branches or pull requests

2 participants