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

Special characters / html entities rendering #1

Open
dkreuer opened this issue Nov 18, 2023 · 2 comments
Open

Special characters / html entities rendering #1

dkreuer opened this issue Nov 18, 2023 · 2 comments

Comments

@dkreuer
Copy link
Collaborator

dkreuer commented Nov 18, 2023

Rendering of html entities in event titles is currently wonky.

image image
@heiglandreas
Copy link
Member

That's already part of the Data that came from the API:

 {
            "name": "Blockchain Ireland - Developer's Working Group",
            "uri": "https://sessionize.com/blockchain-ireland--developers-working",
            "dateCfpStart": "2021-01-14T00:00:00+00:00",
            "dateCfpEnd": "2023-12-31T23:59:00+00:00",
            "location": "",
            "latitude": 0,
            "longitude": 0,
            "description": "",
            "dateEventStart": "2023-01-13T00:00:00+00:00",
            "dateEventEnd": "2023-01-31T00:00:00+00:00",
            "iconUri": "",
            "eventUri": "https://www.blockchainireland.ie",
            "timezone": "Etc/UTC",
            "tags": [
                ""
            ],
            "sources": [
                "Sessionize"
            ],
            "lastChange": "2023-11-18T03:02:50+00:00",
            "_rel": {
                "cfp_uri": "v1/cfp/1da6d9b1e475b0f363ea43155e5d21644e669df2"
            }
        },

@heiglandreas
Copy link
Member

That data is actually retrieved from the sessionize-API and seems to be encoded there already. So we'd need to run the content from the sessionize-API through a html-decode before storing that into the database

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